Skip to content

Commit

Permalink
disabling dedode tests if cuda is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
franioli committed Feb 8, 2024
1 parent f283e52 commit 3c3fefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_keynet(data_dir, script):
def test_dedode_nn(data_dir, script):
if not torch.cuda.is_available():
pytest.skip(
"Due to some bugs in ROMA code, ROMA is not available without CUDA GPU."
"Due to some bugs in DeDoDe code, DeDoDe is not available without CUDA GPU."
)
run_pipeline(
f"python {script} --dir {data_dir} --pipeline dedode+kornia_matcher --strategy sequential --overlap 1 --skip_reconstruction --force"
Expand Down

0 comments on commit 3c3fefc

Please sign in to comment.