-
Notifications
You must be signed in to change notification settings - Fork 64
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
Update test routing config to alleviate pydantic errors #654
Conversation
The current issue is a pydantic validation error + a
This is because in If we add shims to the routing config that contain the defaults, then we get a
|
* commit '72f121a5d12762d59c3870efd6d0598f2286886c': Fix a CMakelist.txt error. Add unit test for logging and other revisions Implement a logging function cmake: set NetCDF support to default to OFF Update test routing config to alleviate pydantic errors (NOAA-OWP#654)
This PR attempts to resolve the GHA failures we're seeing with the master branch of t-route in the integration tests.
Changes
supernetwork_parameters -> geo_file_type
supernetwork_parameters -> level_pool -> reservoir_parameter_file
compute_parameters -> nexus_input_folder
compute_parameters -> next_file_pattern_filter
Checklist