Skip to content

Commit

Permalink
fix string test
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrammer committed Jan 18, 2025
1 parent ff01905 commit 7461eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msaexp/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def combine_spectra_pipeline(

try:

if initial_theta is "auto":
if initial_theta in ["auto"]:
if "b" in key:
initial_theta = [5.0, -0.5]
elif "background" in key:
Expand Down

0 comments on commit 7461eb6

Please sign in to comment.