Skip to content

Commit 6a61dc1

Browse files
chaning YourClass to MyClass for consistency
1 parent 8836737 commit 6a61dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc_experimental/model_builder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def set_idata_attrs(self, idata=None):
275275
276276
Examples
277277
--------
278-
>>> model = YourModel(ModelBuilder)
278+
>>> model = MyModel(ModelBuilder)
279279
>>> idata = az.InferenceData(your_dataset)
280280
>>> model.set_idata_attrs(idata=idata)
281281
>>> assert "id" in idata.attrs #this and the following lines are part of doctest, not user manual

0 commit comments

Comments
 (0)