Skip to content

Commit

Permalink
Update test_spatmplt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnitz committed Sep 2, 2015
1 parent 9d2fb6f commit 1f601df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_spatmplt.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ def test_spatmplt(self):

for m1 in [1, 1.4, 20]:
for m2 in [1.4, 20]:
for s1 in [-1, 0, 1.0]:
for s2 in [-10, 0, 0.5, 1.0]:
for s1 in [-2, -1, -0.5, 0, 0.5, 1, 2]:
for s2 in [-2, -1, -0.5, 0, 0.5, 1, 2]:
# Generate TaylorF2 from lalsimulation, restricting to the capabilities of spatmplt
hpr,_ = get_fd_waveform( mass1=m1, mass2=m2, spin1z=s1, spin2z=s2,
delta_f=delta_f, f_lower=fl,
Expand Down

0 comments on commit 1f601df

Please sign in to comment.