Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Nov 30, 2023
1 parent 787b66a commit 72dfff2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ def test_missing_manager():
app.setup_detector()


# This may not hold for all Geant4 versions
def test_seed_single_thread():
# This may not hold for all Geant4 versions

app = Application()
app = geant4.Application()

app.setup_manager()
app.set_random_seed(137)
Expand Down

0 comments on commit 72dfff2

Please sign in to comment.