Skip to content

Commit

Permalink
Merge branch 'tickets/DM-38750'
Browse files Browse the repository at this point in the history
  • Loading branch information
taranu committed Apr 18, 2023
2 parents bbe75d3 + 5d318b8 commit 06169a7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_diff_matched_tract_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,7 @@ def test_DiffMatchedTractCatalogTask(self):
np.savetxt(filename_diff_matched, row)

self.assertEqual(len(row), len(self.diff_matched))

idx_diff = np.where(row != self.diff_matched)[0]
differences = [(row[d], self.diff_matched[d], result.diff_matched.columns[d]) for d in idx_diff]
self.assertEqual(len(idx_diff), 0, f'Differences (meas, ref, name): {differences}')
self.assertFloatsAlmostEqual(row, self.diff_matched)


class MemoryTester(lsst.utils.tests.MemoryTestCase):
Expand Down

0 comments on commit 06169a7

Please sign in to comment.