Skip to content

Commit

Permalink
common_ref is a bool, not a string
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobachetti committed Dec 3, 2024
1 parent 10cfb78 commit 5929393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stingray/crossspectrum.py
Original file line number Diff line number Diff line change
Expand Up @@ -3060,7 +3060,7 @@ def _create_crossspectrum_from_result_table(table, force_averaged=False):
cs.m,
P1noise,
P2noise,
common_ref="False",
common_ref=False,
)

bad = np.isnan(dRe) | np.isnan(dIm)
Expand Down

0 comments on commit 5929393

Please sign in to comment.