Skip to content

Commit

Permalink
changed dap test sample from our own to the one also used by netcdf t…
Browse files Browse the repository at this point in the history
…est suite
  • Loading branch information
doutriaux1 authored and jbeezley committed May 12, 2015
1 parent 2f508c3 commit 9a3e300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/cdms2/test_all_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

if cdat_info.CDMS_INCLUDE_DAP=='yes':
print 'Testing Dap'
f=cdms2.open('http://esgcet.llnl.gov/dap/ipcc4/20c3m/ncar_ccsm3_0/pcmdi.ipcc4.ncar_ccsm3_0.20c3m.run6.atm.mo.xml')
f=cdms2.open('http://test.opendap.org/opendap/hyrax/netcdf/examples/ECMWF_ERA-40_subset.nc')
print f.listvariables()
else:
print 'CDMS not built with DAP support, skipped DAP test'
Expand Down

0 comments on commit 9a3e300

Please sign in to comment.