Skip to content

Commit a583091

Browse files
committed
commenting this test as obs_example.nc is not found
1 parent efb176c commit a583091

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

notebook/test_register_err_corr_form.py

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,32 @@ def build_matrix(self, idx: np.ndarray) -> np.ndarray:
1414
return "abc"
1515

1616

17-
ds = xr.open_dataset("obs_example.nc")
18-
19-
ds.unc["temperature"]["u_sys_temperature"] = (
20-
["x", "y", "time"],
21-
ds.temperature * 0.03,
22-
{
23-
"err_corr": [
24-
{
25-
"dim": "x",
26-
"form": "new",
27-
"params": [],
28-
},
29-
{
30-
"dim": "y",
31-
"form": "systematic",
32-
"params": [],
33-
},
34-
{
35-
"dim": "time",
36-
"form": "systematic",
37-
"params": [],
38-
},
39-
]
40-
},
41-
)
42-
43-
p = ds.unc["temperature"]["u_sys_temperature"]
44-
45-
pass
17+
# ds = xr.open_dataset("obs_example.nc")
18+
#
19+
# ds.unc["temperature"]["u_sys_temperature"] = (
20+
# ["x", "y", "time"],
21+
# ds.temperature * 0.03,
22+
# {
23+
# "err_corr": [
24+
# {
25+
# "dim": "x",
26+
# "form": "new",
27+
# "params": [],
28+
# },
29+
# {
30+
# "dim": "y",
31+
# "form": "systematic",
32+
# "params": [],
33+
# },
34+
# {
35+
# "dim": "time",
36+
# "form": "systematic",
37+
# "params": [],
38+
# },
39+
# ]
40+
# },
41+
# )
42+
#
43+
# p = ds.unc["temperature"]["u_sys_temperature"]
44+
#
45+
# pass

0 commit comments

Comments
 (0)