We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb10160 commit 5b5ef66Copy full SHA for 5b5ef66
tests/test_matchpoint.py
@@ -53,6 +53,7 @@ def test_matchpoint(self):
53
assert len(matcher.values) == len(df)
54
55
56
+
57
print("test 2")
58
matcher = nc.open_matchpoint()
59
depths = ds.levels
@@ -127,7 +128,6 @@ def test_matchpoint(self):
127
128
print("test 7")
129
ds = nc.open_data("data/sst.mon.mean.nc", checks= False)
130
df = pd.DataFrame({"lon":[-20], "lat":56})
- ds.split("year")
131
132
133
matcher.add_data(ds)
@@ -151,4 +151,4 @@ def test_matchpoint(self):
151
assert np.isnan(df_matched.query("depth == -7").t_an[0])
152
assert df_matched.query("depth == -5").t_an.values[0] == df_matched.query("depth == 0").t_an.values[0]
153
#
154
-#
+#
0 commit comments