Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use updated antares-solver API (output path changes) [ANT-2561] #977

Merged
merged 5 commits into from
Jan 6, 2025

Conversation

flomnes
Copy link
Member

@flomnes flomnes commented Dec 20, 2024

NOTE

This PR depends on AntaresSimulatorTeam/Antares_Simulator#2548 because the signature of some functions were changed (output directory becomes a return value).

@flomnes flomnes changed the base branch from develop to release/1.4.0 December 31, 2024 15:12
@pull-request-size pull-request-size bot added size/M and removed size/L labels Dec 31, 2024
Comment on lines +64 to +68
static std::string lowerCase(std::string data) {
std::transform(data.begin(), data.end(), data.begin(),
[](unsigned char c) { return std::tolower(c); });
return data;
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simulator only accepts e.g xpress, Xpansion only accepts e.g xpress. We just lowercase the input before giving it to Simulator.

@tbittar tbittar merged commit f0d8761 into release/1.4.0 Jan 6, 2025
24 of 25 checks passed
@tbittar tbittar deleted the feature/ANT-2561-api-e2e-solver-consistency branch January 6, 2025 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants