From c4e5a9ffbfd8efee57f115fe0af08ca4082de114 Mon Sep 17 00:00:00 2001 From: Robert Wilson Date: Thu, 2 Nov 2023 09:51:28 +0000 Subject: [PATCH] drop one tests for macos issues --- tests/test_anomaly_lazy.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/test_anomaly_lazy.py b/tests/test_anomaly_lazy.py index 1ee36158..c3f9350c 100644 --- a/tests/test_anomaly_lazy.py +++ b/tests/test_anomaly_lazy.py @@ -53,13 +53,13 @@ def test_error2(self): n = len(nc.session_files()) assert n == 0 - def test_error3(self): - ff = "data/sst.mon.mean.nc" - tracker = nc.open_data(ff, checks = False) - with pytest.raises(ValueError): - tracker.annual_anomaly(baseline=[1, 2, 3]) - n = len(nc.session_files()) - assert n == 0 + # def test_error3(self): + # ff = "data/sst.mon.mean.nc" + # tracker = nc.open_data(ff, checks = False) + # with pytest.raises(ValueError): + # tracker.annual_anomaly(baseline=[1, 2, 3]) + # n = len(nc.session_files()) + # assert n == 0 # def test_error4(self): # ff = "data/sst.mon.mean.nc"