We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
legacy_load_model
1 parent 891d584 commit d47da02Copy full SHA for d47da02
docs/conf.py
@@ -36,7 +36,7 @@
36
"sphinx.ext.intersphinx",
37
"sphinx.ext.linkcode",
38
"sphinx.ext.mathjax",
39
- "sphinx_design",
+ "sphinx_design",
40
"sphinxcontrib.programoutput",
41
"myst_parser",
42
]
src/capymoa/misc.py
@@ -32,9 +32,6 @@ def save_model(model: object, file: BinaryIO) -> None:
32
def load_model(file: BinaryIO) -> object:
33
"""Load a model from a jpype pickle file.
34
35
- If you are trying to load a model saved with a version of CapyMOA < 0.8.2,
- use :func:`legacy_load_model` and :func:`save_model` to reformat the model.
-
See also: :func:`save_model`.
:param file: The file-like object to load the model from.
0 commit comments