Skip to content

Commit

Permalink
Seed random numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Jun 4, 2024
1 parent 971ca78 commit 644fd19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_waveform_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def test_hyper_translation():


def test_supertranslation_inverses():
np.random.seed(1234)
w1 = samples.random_waveform_proportional_to_time(rotating=False)
ell_max = 4
for ellpp, mpp in sf.LM_range(0, ell_max):
Expand Down

0 comments on commit 644fd19

Please sign in to comment.