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

Fixing test_routing_pybind workflow failures #528

Merged
merged 2 commits into from
May 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/module_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
pip install 'pip>=23.0,<23.1'
pip install -U setuptools
pip install -r requirements.txt
pip install deprecated pyarrow tables geopandas numpy
pip install deprecated 'pyarrow!=12.0.0' tables geopandas numpy
if [ ${{ runner.os }} == 'macOS' ]
then
export LIBRARY_PATH=/usr/local/lib/gcc/11/
Expand Down
16 changes: 8 additions & 8 deletions test/data/routing/ngen_routing_config_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ network_topology_parameters:
supernetwork_parameters:
#----------
geo_file_type: HYFeaturesNetwork
geo_file_path: ../../test/data/routing/gauge_01073000.gpkg
geo_file_path: ./test/data/routing/gauge_01073000.gpkg
mask_file_path: # domain/unit_test_noRS/coastal_subset.txt
synthetic_wb_segments:
#- 4800002
Expand All @@ -21,8 +21,8 @@ network_topology_parameters:
break_network_at_waterbodies: False
level_pool:
#----------
level_pool_waterbody_parameter_file_path: ../../test/data/routing/gauge_01073000.gpkg
reservoir_parameter_file : ../../test/data/routing/gauge_01073000.gpkg
level_pool_waterbody_parameter_file_path: ./test/data/routing/gauge_01073000.gpkg
reservoir_parameter_file : ./test/data/routing/gauge_01073000.gpkg
#rfc:
#----------
#reservoir_parameter_file : domain/reservoir_index_AnA.nc
Expand Down Expand Up @@ -58,11 +58,11 @@ compute_parameters:
#----------
qts_subdivisions : 12
dt : 300 # [sec]
qlat_input_folder : ../../test/data/routing/
qlat_input_folder : ./test/data/routing/
qlat_file_pattern_filter : "nex-*"
nexus_input_folder : ../../test/data/routing/
nexus_input_folder : ./test/data/routing/
nexus_file_pattern_filter : "nex-*" #OR "*NEXOUT.parquet" OR "nex-*"
binary_nexus_file_folder : ../../test/data/routing/ # this is required if nexus_file_pattern_filter="nex-*"
binary_nexus_file_folder : ./test/data/routing/ # this is required if nexus_file_pattern_filter="nex-*"
#coastal_boundary_input_file : channel_forcing/schout_1.nc
nts : 8640 #288 for 1day
max_loop_size : 720 # [hr]
Expand Down Expand Up @@ -98,6 +98,6 @@ output_parameters:
#wrf_hydro_channel_output_source_folder: ./
chanobs_output:
#----------
chanobs_output_directory: ../../test/data/routing/
chanobs_output_directory: ./test/data/routing/
chanobs_filepath : Chanobs.nc
lakeout_output: ../../test/data/routing/
lakeout_output: ./test/data/routing/