Skip to content

Commit

Permalink
removed duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeanhardt committed Nov 12, 2024
1 parent 1a82a4b commit 5cad650
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def test_unet_in_pipeline():
def test_config_cc12m_64x64():
"""Check that the 'cc12m_64x64' configuration file loads successfully for all pipeline modes (trainer, sampler, demo)."""
f = "configs/models/cc12m_64x64.yaml"
f = "configs/models/cc12m_64x64.yaml"
args = config.get_arguments(
mode="trainer",
additional_config_paths=[f],
Expand Down

0 comments on commit 5cad650

Please sign in to comment.