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.
1 parent 1c8575a commit 9b60fd7Copy full SHA for 9b60fd7
autointent/modules/scoring/_cnn/cnn.py
@@ -211,4 +211,4 @@ def device(self, value: str) -> None:
211
212
def get_implicit_initialization_params(self) -> dict[str, Any]:
213
"""Return default params used in ``__init__`` method."""
214
- return {"cnn_config": self.cnn_config.model_dump()}
+ return {"cnn_config": self.cnn_config.model_dump()}
0 commit comments