Skip to content

Commit

Permalink
try something to patch test ssda
Browse files Browse the repository at this point in the history
  • Loading branch information
camillebrianceau committed Oct 18, 2024
1 parent 40322fc commit 4521ca4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions tests/test_train_ae.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ def test_train_ae(cmdopt, tmp_path, test_name):
no_gpu=cmdopt["no-gpu"],
adapt_base_dir=cmdopt["adapt-base-dir"],
)
json_data_out = modify_maps(
maps=json_data_out,
base_dir=base_dir,
ssda=True,
)
json_data_out = modify_maps(
maps=json_data_out,
base_dir=base_dir,
ssda=True,
)
assert json_data_out == json_data_ref # ["mode"] == mode

assert compare_folders(
Expand Down
10 changes: 5 additions & 5 deletions tests/test_train_cnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ def test_train_cnn(cmdopt, tmp_path, test_name):
adapt_base_dir=cmdopt["adapt-base-dir"],
ssda=True,
)
json_data_out = modify_maps(
maps=json_data_out,
base_dir=base_dir,
ssda=True,
)
json_data_out = modify_maps(
maps=json_data_out,
base_dir=base_dir,
ssda=True,
)
assert json_data_out == json_data_ref # ["mode"] == mode

assert compare_folders(
Expand Down

0 comments on commit 4521ca4

Please sign in to comment.