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

1938 load parameters from csv for mor online run #1943

Merged
merged 7 commits into from
Sep 15, 2022

Conversation

prudhomm
Copy link
Member

  • Have you checked to ensure there aren't other open Pull Requests for the same change?
  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your changes?
  • Have you successfully run the Feel++ testsuite with your changes locally?
  • Have you written Doxygen comments in your contribution ?

@prudhomm prudhomm added this to the v110 milestone Sep 14, 2022
@prudhomm prudhomm self-assigned this Sep 14, 2022
@prudhomm prudhomm linked an issue Sep 14, 2022 that may be closed by this pull request
4 tasks
@@ -405,6 +421,7 @@ int main(int argc, char**argv )
//( "plugin.db", po::value<std::string>()->default_value( "${repository}/crbdb" ), "root directory of the CRB database " )
//( "parameter", po::value<std::vector<double> >()->multitoken(), "database filename" )
( "parameter", po::value<std::vector<std::string> >()->multitoken(), "database filename" )
( "load", po::value<std::string>(), "parameters from csv file" )
Copy link
Member

Choose a reason for hiding this comment

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

maybe parameter.filename instead of load

@prudhomm prudhomm merged commit 8f68269 into develop Sep 15, 2022
@prudhomm prudhomm deleted the 1938-load-parameters-from-csv-for-mor_online_run branch September 15, 2022 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment