forked from c-proof/pyglider
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request c-proof#189 from jklymak/fix-rad-degrees
Fix rad degrees
- Loading branch information
Showing
9 changed files
with
30 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
""" | ||
If we run the tests and decide we want all the test results to be copied over, this is faster... | ||
""" | ||
from pathlib import Path | ||
from shutil import copy | ||
|
||
todo = {'example-data/example-seaexplorer/L0-timeseries-test/dfo-eva035-20190718.nc': | ||
'expected/example-seaexplorer/L0-timeseries', | ||
'example-data/example-seaexplorer-raw/L0-timeseries-test/dfo-bb046-20200908.nc': 'expected/example-seaexplorer-raw/L0-timeseries', | ||
'example-data/example-slocum/L0-timeseries/dfo-rosie713-20190615.nc': 'expected/example-slocum/L0-timeseries', | ||
'example-data/example-slocum-littleendian/L0-timeseries-test/dfo-maria997-20220614.nc': 'expected/example-slocum-littleendian/L0-timeseries' | ||
|
||
} | ||
|
||
for td in todo: | ||
copy(td, todo[td]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+49 Bytes
(100%)
tests/expected/example-seaexplorer-raw/L0-timeseries/dfo-bb046-20200908.nc
Binary file not shown.
Binary file modified
BIN
+49 Bytes
(100%)
tests/expected/example-seaexplorer/L0-timeseries/dfo-eva035-20190718.nc
Binary file not shown.
Binary file modified
BIN
-680 Bytes
(100%)
tests/expected/example-slocum-littleendian/L0-timeseries/dfo-maria997-20220614.nc
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/expected/example-slocum/L0-timeseries/dfo-rosie713-20190615.nc
Binary file not shown.