We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4dd1fa commit 25c3ae4Copy full SHA for 25c3ae4
src/data.py
@@ -154,6 +154,18 @@ def dumps(self):
154
return fobj.getvalue()
155
156
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
169
base_dir = os.path.dirname(__file__)
170
test_dir = os.path.join(base_dir, '..', 'test', )
171
write_test_path = os.path.join(test_dir, 'test_output.nc')
0 commit comments