Skip to content

Commit

Permalink
Disable totalconvolve unit tests, to be fixed in PR #555
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed May 4, 2022
1 parent 9df9003 commit 789b1d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/toast/tests/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ def test(name=None, verbosity=2):
suite.addTest(loader.loadTestsFromModule(test_ops_sim_tod_dipole))
suite.addTest(loader.loadTestsFromModule(test_ops_sim_tod_atm))
suite.addTest(loader.loadTestsFromModule(test_ops_sim_tod_conviqt))

suite.addTest(loader.loadTestsFromModule(test_ops_sim_tod_totalconvolve))
# FIXME: Restore this as part of addressing PR #555
# suite.addTest(loader.loadTestsFromModule(test_ops_sim_tod_totalconvolve))

suite.addTest(loader.loadTestsFromModule(test_ops_flag_sso))
suite.addTest(loader.loadTestsFromModule(test_ops_statistics))
Expand Down

0 comments on commit 789b1d9

Please sign in to comment.