Skip to content

Commit

Permalink
Try single_threaded
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Jun 28, 2024
1 parent 9b0422b commit ac70fce
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions tests/test_gsobject_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -1151,12 +1151,13 @@ def test_fail():


if __name__ == '__main__':
test_simple()
test_center()
test_interp()
test_missing()
test_gradient()
test_gradient_center()
test_direct()
test_var()
test_fail()
with galsim.utilities.single_threaded():
test_simple()
test_center()
test_interp()
test_missing()
test_gradient()
test_gradient_center()
test_direct()
test_var()
test_fail()

0 comments on commit ac70fce

Please sign in to comment.