Skip to content

Commit

Permalink
skip points
Browse files Browse the repository at this point in the history
  • Loading branch information
bw4sz committed Aug 7, 2024
1 parent eb65566 commit 5da84c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_TreePoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_TreePoints_generic(dataset):

# Test structure with real annotation data to ensure format is correct
# Do not run on github actions
pytest.mark.skipif(os.environ.get("GITHUB_ACTIONS") == "true", reason="Do not run on github actions")
@pytest.mark.skipif(os.environ.get("GITHUB_ACTIONS") == "true", reason="Do not run on github actions")
def test_TreePoints_release():
dataset = TreePointsDataset(download=False, root_dir="/orange/ewhite/DeepForest/MillionTrees/")
train_dataset = dataset.get_subset("train", transform=A.Compose(
Expand Down

0 comments on commit 5da84c1

Please sign in to comment.