Skip to content

Commit

Permalink
add /tests/testdata to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
brokkoli71 committed May 15, 2024
1 parent c19bd16 commit 8b5942f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
/.vscode
/*.egg-info
__pycache__
l4_sample
l4_sample
/tests/testdata
1 change: 1 addition & 0 deletions tests/test_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

@fixture
def l4_sample_data() -> np.ndarray:
# requires data from https://static.webknossos.org/data/l4_sample.zip in directory "tests"
return wkw.Dataset.open("l4_sample/color/1").read(
(3072, 3072, 512), (128, 128, 128)
)[0]
Expand Down

0 comments on commit 8b5942f

Please sign in to comment.