Skip to content

Commit

Permalink
updating unit test to fix failure with convolution knot
Browse files Browse the repository at this point in the history
  • Loading branch information
matroxel committed Oct 31, 2023
1 parent 1e50ba3 commit 87f9207
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_object_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 87f9207

Please sign in to comment.