diff options
author | Nadia Dencheva <nadia.dencheva@gmail.com> | 2016-12-16 16:34:43 -0500 |
---|---|---|
committer | Nadia Dencheva <nadia.dencheva@gmail.com> | 2016-12-16 16:34:43 -0500 |
commit | 68255f10fccc6171658f31b1550290f4f4d59a28 (patch) | |
tree | 4ef22f2c26320cda7baa1c0d302183a54ce3a620 | |
parent | aed4fedd83502944f3401b382b02bbddc862cfe2 (diff) | |
download | stwcs_hcf-68255f10fccc6171658f31b1550290f4f4d59a28.tar.gz |
try to fix test failing on travis but passing on redaht
-rw-r--r-- | stwcs/tests/test_updatewcs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stwcs/tests/test_updatewcs.py b/stwcs/tests/test_updatewcs.py index 675e78f..218f4f2 100644 --- a/stwcs/tests/test_updatewcs.py +++ b/stwcs/tests/test_updatewcs.py @@ -325,6 +325,7 @@ def test_update_d2im_distortion(): newf = fits.open(newd2im, mode='update') for ext in newf[1:]: ext.data = ext.data * 100 + newf.flush() newf.close() fits.setval(acs_file, keyword="D2IMFILE", value=newd2im) updatewcs.updatewcs(acs_file) |