Skip to content

Commit e1fc2f9

Browse files
Alice DriessenAlice Driessen
authored andcommitted
Formatting
1 parent c6e7aa5 commit e1fc2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmonge/trainers/ot_trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def setup(
199199
fitting_loss: Dict[str, Any],
200200
regularizer: Dict[str, Any],
201201
optim: Dict[str, Any],
202-
checkpointing_path: None # For compatability with base class
202+
checkpointing_path: None, # For compatability with base class
203203
) -> None:
204204
"""Initializes models and optimizers."""
205205
self.metrics["params"] = {

0 commit comments

Comments
 (0)