From 75887a8631a01869636cc5111e925fed473beec8 Mon Sep 17 00:00:00 2001 From: Nadia Dencheva Date: Thu, 15 Dec 2016 19:54:02 -0500 Subject: fix test --- stwcs/tests/test_headerlet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stwcs/tests/test_headerlet.py') diff --git a/stwcs/tests/test_headerlet.py b/stwcs/tests/test_headerlet.py index 462b7e4..ab250a8 100644 --- a/stwcs/tests/test_headerlet.py +++ b/stwcs/tests/test_headerlet.py @@ -107,7 +107,7 @@ class TestCreateHeaderlet(object): """ newf = get_filepath('ncomp.fits', os.path.abspath(os.path.curdir)) shutil.copyfile(self.comp_file, newf) - fits.delval(newf, 'HDRNAME', ext=1) + #fits.delval(newf, 'HDRNAME', ext=1) fits.delval(newf, 'WCSNAME', ext=1) with pytest.raises(KeyError): hlet = headerlet.create_headerlet(newf) -- cgit