-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
17 additions
and
0 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]) | ||
|
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.