You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#448 points out some needs to update example realization files. CFE can no longer serve as a single C formulation example, and the Linux/macOS pair of examples are now redundant after #430.
Current behavior
After #448, the "bmi_c" examples are no longer examples of bmi_c formulations, instead they are bmi_multi. Also the "_linux" and "_macos" realization config file pairs are redundant after #430.
Expected behavior
Change the "bmi_c" example files to use the test_bmi_c module instead. Remove any duplicative pairs of example (or test) configs that are OS specific and replace them with a single file--preferably using only the "extensionless" method of pointing to library files.
Steps to replicate behavior (include URLs)
Screenshots
The text was updated successfully, but these errors were encountered:
* Setting up some config json files
* Revised namelist.input files
* Fixing github testing issue
* Revised version based on comments
* Change <std::string> back to <string> in NexusTests.cpp
* Add examples of test_bmi_c
* Removing test_bmi_c part from example_bmi_multi_realization_config.json as it exists in another example
* Revise config json to run purely bmi_c models.
* Clean up some formatting of config json file.
* Fix a bug in the previous version of config json file.
* Some clean up associated with the use of new Linux/Mac realization config file.
#448 points out some needs to update example realization files. CFE can no longer serve as a single C formulation example, and the Linux/macOS pair of examples are now redundant after #430.
Current behavior
After #448, the "bmi_c" examples are no longer examples of
bmi_c
formulations, instead they arebmi_multi
. Also the "_linux" and "_macos" realization config file pairs are redundant after #430.Expected behavior
Change the "bmi_c" example files to use the
test_bmi_c
module instead. Remove any duplicative pairs of example (or test) configs that are OS specific and replace them with a single file--preferably using only the "extensionless" method of pointing to library files.Steps to replicate behavior (include URLs)
Screenshots
The text was updated successfully, but these errors were encountered: