Skip to content

Commit

Permalink
Integration test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattw-nws committed Mar 28, 2023
1 parent 1ee60d0 commit 53f8f41
Show file tree
Hide file tree
Showing 11 changed files with 2,271 additions and 250 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/module_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,17 +145,20 @@ jobs:
pip install -U pip
pip install -U setuptools
pip install -r requirements.txt
pip install deprecated pyarrow pytables
pip install deprecated pyarrow tables geopandas
if [ ${{ runner.os }} == 'macOS' ]
then
export LIBRARY_PATH=/usr/local/lib/gcc/11/
export LD_LIBRARY_PATH=/usr/local/lib/gcc/11/
fi
FC=gfortran F90=gfortran ./compiler.sh
sed -i.bak 's/NETCDF}"/NETCDF}\/include"/' compiler.sh
export FC=gfortran
export F90=gfortran
./compiler.sh
cd src
pip install troute-nwm/
pip install troute-network/
pip install troute-routing/
pip install --install-option="--use-cython" troute-network/
pip install --install-option="--use-cython" troute-routing/
deactivate
Expand Down
2 changes: 2 additions & 0 deletions test/data/routing/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.parquet
*.nc
10 changes: 0 additions & 10 deletions test/data/routing/flowpath_edge_list.json

This file was deleted.

Binary file added test/data/routing/gauge_01073000.gpkg
Binary file not shown.
Loading

0 comments on commit 53f8f41

Please sign in to comment.