Skip to content

Commit

Permalink
Don't try to transform to corotating frame twice
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Nov 21, 2024
1 parent 626366e commit 0cbc0c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sxs/simulations/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,8 +683,6 @@ def load_waveform(self, file_name, group, transform_to_inertial=True):
transform_to_inertial=transform_to_inertial
)
w.metadata = self.metadata
if not transform_to_inertial:
w = w.to_corotating_frame()
return w


Expand Down

0 comments on commit 0cbc0c7

Please sign in to comment.