Skip to content

Commit b13b557

Browse files
Alice DriessenAlice Driessen
authored andcommitted
Formatting
1 parent c214462 commit b13b557

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

carot/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ def score_transports_and_targets_combinations(all_expr, all_meta):
182182

183183
return scores
184184

185+
185186
def monge_get_source_target_transport(
186187
trainer: "MongeGapTrainer",
187188
datamodule: "AbstractDataModule",

scripts/train_cond_car.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def train_ood_monge(config_path: Path):
2828

2929
config = load_config(config_path)
3030
# job_id = get_environ_var("LSB_JOBID", fail_gracefully=True)
31-
job_id=1
31+
job_id = 1
3232

3333
if len(config.logger_path) != 0:
3434
logger_path = Path(config.logger_path)

0 commit comments

Comments
 (0)