-
Notifications
You must be signed in to change notification settings - Fork 25
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
Modeler 2.5a: Read models and system yaml files [ANT-2306] #2540
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good start ! Now we need a main
Quality Gate passedIssues Measures |
} | ||
catch (const YAML::Exception& e) | ||
{ | ||
logs.error() << "Error while parsing the yaml parameters file"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logs.error() << "Error while parsing the yaml parameters file"; | |
const auto fullPath = studyPath / "parameters.yml"; | |
const std::string paramStr = IO::readFile(fullPath); | |
// ... | |
logs.error() << "Error while parsing parameter file " << fullPath; |
Add the main modeler as a new binary
Directory loadFiles added, used to call previous work to read yaml files by handling I/O and errors related to yaml parsing