From 72dfff2f5d0cd7fa4976e6ce2b81bab2cca60cf5 Mon Sep 17 00:00:00 2001 From: Luis Antonio Obis Aparicio Date: Wed, 29 Nov 2023 20:15:04 -0600 Subject: [PATCH] fix test --- tests/test_application.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/test_application.py b/tests/test_application.py index 1eee28f..3fc274b 100644 --- a/tests/test_application.py +++ b/tests/test_application.py @@ -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)