From fd073653f25246fe291107ebe7d9d31f6a31f2fc Mon Sep 17 00:00:00 2001 From: Matt Williamson <87771120+mattw-nws@users.noreply.github.com> Date: Wed, 17 May 2023 09:00:25 -0500 Subject: [PATCH 1/2] Attempt at fixing test workflow failures --- .../routing/ngen_routing_config_unit_test.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test/data/routing/ngen_routing_config_unit_test.yaml b/test/data/routing/ngen_routing_config_unit_test.yaml index a93eaf5c05..98bafbfeac 100644 --- a/test/data/routing/ngen_routing_config_unit_test.yaml +++ b/test/data/routing/ngen_routing_config_unit_test.yaml @@ -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 @@ -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 @@ -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] @@ -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/ From 5de2fbd6ebe20371575eb02e0019dbd495f7a43a Mon Sep 17 00:00:00 2001 From: Matt Williamson <87771120+mattw-nws@users.noreply.github.com> Date: Wed, 17 May 2023 10:21:31 -0500 Subject: [PATCH 2/2] Avoid pyarrow 12.0.0 (next is 13.0.0?) because of apache/arrow#15054 ... hopefully will be fixed in v13? --- .github/workflows/module_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/module_integration.yml b/.github/workflows/module_integration.yml index 3535325132..c8a5674654 100644 --- a/.github/workflows/module_integration.yml +++ b/.github/workflows/module_integration.yml @@ -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/