Skip to content

Commit 93bee6a

Browse files
authored
Update pymc_experimental/model_builder.py
1 parent d6183b0 commit 93bee6a

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
@@ -194,7 +194,7 @@ def load(cls, fname):
194194
self.idata = idata
195195
if self.id() != idata.attrs["id"]:
196196
raise ValueError(
197-
f"The route '{fname}' does not contain an inference data of the same model '{self._model_type}'"
197+
f"The file '{fname}' does not contain an inference data of the same model or configuration as '{self._model_type}'"
198198
)
199199
return self
200200

0 commit comments

Comments
 (0)