Skip to content

Commit

Permalink
Remove S2PhotonPropagationSimple again.
Browse files Browse the repository at this point in the history
  • Loading branch information
HenningSE committed May 3, 2024
1 parent 67e439d commit f3800d5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tests/test_FullChain.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def tearDown(self):


class TestFullChain(TestFullChainBase):
__test__ = True

@timeout_decorator.timeout(TIMEOUT, exception_message="S1PhotonHits timed out")
def test_S1PhotonHits(self):
Expand Down Expand Up @@ -101,13 +102,5 @@ def setUpClass(cls):
cls.test_context.set_config({"n_interactions_per_chunk": 2})


class TestFullChainAlternativePlugins(TestFullChainBase):

@timeout_decorator.timeout(TIMEOUT, exception_message="S2PhotonPropagationSimple timed out")
def test_S2PhotonPropagationSimple(self):
self.test_context.register(fuse.plugins.S2PhotonPropagationSimple)
self.test_context.make(self.run_number, "propagated_s2_photons")


if __name__ == "__main__":
unittest.main()

0 comments on commit f3800d5

Please sign in to comment.