Skip to content

Commit 25c3ae4

Browse files
committed
Added directions for downloading test data.
1 parent c4dd1fa commit 25c3ae4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/data.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,18 @@ def dumps(self):
154154
return fobj.getvalue()
155155

156156
if __name__ == "__main__":
157+
"""
158+
For now this regression test assumes you've downloaded a sample
159+
netCDF file and placed it in scidata/test/
160+
161+
Heres one way to get going:
162+
163+
mkdir test
164+
cd test
165+
wget http://www.unidata.ucar.edu/software/netcdf/examples/ECMWF_ERA-40_subset.nc
166+
167+
"""
168+
157169
base_dir = os.path.dirname(__file__)
158170
test_dir = os.path.join(base_dir, '..', 'test', )
159171
write_test_path = os.path.join(test_dir, 'test_output.nc')

0 commit comments

Comments
 (0)