Skip to content

Commit

Permalink
load test data in readonly mode instead of denywrite mode
Browse files Browse the repository at this point in the history
  • Loading branch information
keflavich committed May 19, 2016
1 parent 39d719a commit e82b66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectral_cube/tests/test_spectral_cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def cube_and_raw(filename):

d = fits.getdata(p)

c = SpectralCube.read(p, format='fits')
c = SpectralCube.read(p, format='fits', mode='readonly')
return c, d


Expand Down

0 comments on commit e82b66a

Please sign in to comment.