Skip to content

Commit

Permalink
Fix automated tests
Browse files Browse the repository at this point in the history
Pin netCDF4-python version to pre 1.6
Includes changes related to station reference files
  • Loading branch information
SorooshMani-NOAA authored Oct 14, 2022
2 parents a8b56e3 + 492bd58 commit d580f28
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ appdirs = '*'
geopandas = '*'
haversine = '*'
matplotlib = '*'
netCDF4 = '*'
netCDF4 = '<1.6'
numpy = '*'
pandas = '*'
paramiko = '*'
Expand Down
20 changes: 8 additions & 12 deletions tests/data/reference/test_Stations/stations_1.fort.15
Original file line number Diff line number Diff line change
@@ -1,59 +1,55 @@
14 ! NSTAE
-79.1875 33.34375 ! 8662245
13 ! NSTAE
-78.9375 33.65625 ! 8661070
-80.875 32.03125 ! 8670870
-77.9375 34.21875 ! 8658120
-77.8125 34.21875 ! 8658163
-75.5625 35.78125 ! 8652587
-75.75 36.1875 ! 8651370
-75.6875 35.21875 ! 8654467
-79.9375 32.78125 ! 8665530
-76.6875 34.71875 ! 8656483
-75.75 36.1875 ! 8651370
-79.6875 32.84375 ! 8664941
-80.4375 32.34375 ! 8668498
-78.5 33.875 ! 8659897
-75.625 35.21875 ! 8654400
14 ! NSTAV
-79.1875 33.34375 ! 8662245
13 ! NSTAV
-78.9375 33.65625 ! 8661070
-80.875 32.03125 ! 8670870
-77.9375 34.21875 ! 8658120
-77.8125 34.21875 ! 8658163
-75.5625 35.78125 ! 8652587
-75.75 36.1875 ! 8651370
-75.6875 35.21875 ! 8654467
-79.9375 32.78125 ! 8665530
-76.6875 34.71875 ! 8656483
-75.75 36.1875 ! 8651370
-79.6875 32.84375 ! 8664941
-80.4375 32.34375 ! 8668498
-78.5 33.875 ! 8659897
-75.625 35.21875 ! 8654400
14 ! NSTAC
-79.1875 33.34375 ! 8662245
13 ! NSTAC
-78.9375 33.65625 ! 8661070
-80.875 32.03125 ! 8670870
-77.9375 34.21875 ! 8658120
-77.8125 34.21875 ! 8658163
-75.5625 35.78125 ! 8652587
-75.75 36.1875 ! 8651370
-75.6875 35.21875 ! 8654467
-79.9375 32.78125 ! 8665530
-76.6875 34.71875 ! 8656483
-75.75 36.1875 ! 8651370
-79.6875 32.84375 ! 8664941
-80.4375 32.34375 ! 8668498
-78.5 33.875 ! 8659897
-75.625 35.21875 ! 8654400
14 ! NSTAM
-79.1875 33.34375 ! 8662245
13 ! NSTAM
-78.9375 33.65625 ! 8661070
-80.875 32.03125 ! 8670870
-77.9375 34.21875 ! 8658120
-77.8125 34.21875 ! 8658163
-75.5625 35.78125 ! 8652587
-75.75 36.1875 ! 8651370
-75.6875 35.21875 ! 8654467
-79.9375 32.78125 ! 8665530
-76.6875 34.71875 ! 8656483
-75.75 36.1875 ! 8651370
-79.6875 32.84375 ! 8664941
-80.4375 32.34375 ! 8668498
-78.5 33.875 ! 8659897
Expand Down
5 changes: 2 additions & 3 deletions tests/data/reference/test_Stations/stations_2.fort.15
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
14 ! NSTAE
-79.1875 33.34375 ! 8662245
13 ! NSTAE
-78.9375 33.65625 ! 8661070
-80.875 32.03125 ! 8670870
-77.9375 34.21875 ! 8658120
-77.8125 34.21875 ! 8658163
-75.5625 35.78125 ! 8652587
-75.75 36.1875 ! 8651370
-75.6875 35.21875 ! 8654467
-79.9375 32.78125 ! 8665530
-76.6875 34.71875 ! 8656483
-75.75 36.1875 ! 8651370
-79.6875 32.84375 ! 8664941
-80.4375 32.34375 ! 8668498
-78.5 33.875 ! 8659897
Expand Down

0 comments on commit d580f28

Please sign in to comment.