Skip to content

Commit

Permalink
fix: arguments to modeselector
Browse files Browse the repository at this point in the history
  • Loading branch information
cchapmanbird committed Dec 18, 2024
1 parent 2c5f86f commit 5f4704b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion few/utils/modeselector.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def __call__(self, teuk_modes: np.ndarray, ylms: np.ndarray, modeinds: list[np.n
M = fund_freq_args[0]
Msec = M * MTSUN_SI

a_fr, p_fr, e_fr, x_fr = fund_freq_args[1:]
a_fr, p_fr, e_fr, x_fr = fund_freq_args[1:-1]

if self.use_gpu: # fundamental frequencies only defined on CPU
p_fr = p_fr.get()
Expand Down

0 comments on commit 5f4704b

Please sign in to comment.