Skip to content

Commit

Permalink
add test for parallel setting in anom
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjwilson committed Nov 2, 2023
1 parent f86c5fb commit a94c4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_anomaly_lazy.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_error2(self):
tracker.monthly_anomaly(baseline="x")
n = len(nc.session_files())
assert n == 0
assert = nc.session.session_info["parallel"] == False
assert nc.session.session_info["parallel"] == False

def test_error3(self):
ff = "data/sst.mon.mean.nc"
Expand Down

0 comments on commit a94c4ed

Please sign in to comment.