Skip to content

Commit

Permalink
Remove redundant check
Browse files Browse the repository at this point in the history
check_sources also checks datasets.
  • Loading branch information
yalsayyad committed Oct 23, 2023
1 parent 9e64a41 commit f76d707
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_validate_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,12 +427,6 @@ def test_forced_phot_diffim(self):
self._min_diasources
)
self.check_datasets(["forced_diff_schema", "forced_diff_diaObject_schema"], 1)
self.check_datasets(
["forced_diff", "forced_diff_diaObject"],
self._num_exposures_good_templates
+ self._num_surprise_diffim_successes
- self._num_forced_astrom_failures,
)

def test_templates(self):
"""Test existence of templates."""
Expand Down

0 comments on commit f76d707

Please sign in to comment.