Skip to content

Commit 82df819

Browse files
committed
fix typo
1 parent 36160dd commit 82df819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/tests/test_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def test_nested_named_model(self):
172172

173173
def test_nested_model_to_netcdf(self, tmp_path):
174174
with pm.Model("scope") as model:
175-
b = pm.Normal("var::")
175+
b = pm.Normal("var")
176176
trace = pm.sample(100, tune=0)
177177
az.to_netcdf(trace, tmp_path / "trace.nc")
178178
trace1 = az.from_netcdf(tmp_path / "trace.nc")

0 commit comments

Comments
 (0)