Skip to content

Commit

Permalink
changed remote test file link to smaller file not exceeding default d…
Browse files Browse the repository at this point in the history
…ownload limit size
  • Loading branch information
huard committed Mar 9, 2021
1 parent 585191f commit 27dc5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_wps_ncmeta.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from emu.processes.wps_ncmeta import NCMeta

OPENDAP_URL = 'http://test.opendap.org:80/opendap/netcdf/examples/sresa1b_ncar_ccsm3_0_run1_200001.nc'
NC_URL = 'http://test.opendap.org:80/opendap/netcdf/examples/sresa1b_ncar_ccsm3_0_run1_200001.nc.nc4'
NC_URL = "http://test.opendap.org/opendap/nc4_test_files/nc4_nc_classic_comp.nc.nc4"
NC_FILE_URL = "file://{}".format(resource_file('test.nc'))


Expand Down

0 comments on commit 27dc5f1

Please sign in to comment.