We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6183b0 commit 93bee6aCopy full SHA for 93bee6a
pymc_experimental/model_builder.py
@@ -194,7 +194,7 @@ def load(cls, fname):
194
self.idata = idata
195
if self.id() != idata.attrs["id"]:
196
raise ValueError(
197
- f"The route '{fname}' does not contain an inference data of the same model '{self._model_type}'"
+ f"The file '{fname}' does not contain an inference data of the same model or configuration as '{self._model_type}'"
198
)
199
return self
200
0 commit comments