Skip to content

Commit 9b60fd7

Browse files
committed
Update cnn.py
1 parent 1c8575a commit 9b60fd7

File tree

1 file changed

+1
-1
lines changed
  • autointent/modules/scoring/_cnn

1 file changed

+1
-1
lines changed

autointent/modules/scoring/_cnn/cnn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,4 @@ def device(self, value: str) -> None:
211211

212212
def get_implicit_initialization_params(self) -> dict[str, Any]:
213213
"""Return default params used in ``__init__`` method."""
214-
return {"cnn_config": self.cnn_config.model_dump()}
214+
return {"cnn_config": self.cnn_config.model_dump()}

0 commit comments

Comments
 (0)