Skip to content

Commit

Permalink
skip test if R kinfitr is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgelm committed Aug 5, 2024
1 parent ce026e0 commit ccc0764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ def test_kineticmodel_srtmzhou2003(images: dict[str, Path]) -> None:

def test_kineticmodel_kinfitr_srtm(images: dict[str, Path]) -> None:
"""Test kinfitr's SRTM in __main__.py."""
pytest.importorskip("dynamicpet.kineticmodel.kinfitr")

from dynamicpet.__main__ import kineticmodel

# first, test with tsv TACs
Expand Down

0 comments on commit ccc0764

Please sign in to comment.