Skip to content

Commit

Permalink
no gw test
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffwoollard committed Jan 16, 2025
1 parent 9764001 commit e926e3c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/test_map_to_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@


def test_run_map2map_pipeline():
args = OmegaConf.create(
{"config": "tests/config_files/test_config_map_to_map_gw.yaml"}
)
results_dict = run_map2map_pipeline.main(args)
assert "gromov_wasserstein" in results_dict.keys()
# args = OmegaConf.create(
# {"config": "tests/config_files/test_config_map_to_map_gw.yaml"}
# )
# results_dict = run_map2map_pipeline.main(args)
# assert "gromov_wasserstein" in results_dict.keys()

try:
args = OmegaConf.create(
Expand Down

0 comments on commit e926e3c

Please sign in to comment.