From 87f92070f72a5154857e8ff08c9bce50e69b57b7 Mon Sep 17 00:00:00 2001 From: Troxel Date: Mon, 30 Oct 2023 21:31:29 -0400 Subject: [PATCH] updating unit test to fix failure with convolution knot --- tests/test_object_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_object_api.py b/tests/test_object_api.py index 782cc12a..e357b195 100644 --- a/tests/test_object_api.py +++ b/tests/test_object_api.py @@ -82,7 +82,6 @@ def test_get_gsobject_components(self): else: self.assertEqual(gs_obj.obj_list[1].original.npoints, row["n_knots"]) else: - try: self.assertEqual(gs_obj.original.npoints, row["n_knots"]) def test_get_sed_components(self):