Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeschamps committed Oct 31, 2022
1 parent e6c64db commit fe14138
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions denoiseg/_test/test_denoiseg_data_preprocessing.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import pytest
import numpy as np

from denoiseg.utils.denoiseg_data_preprocessing import augment_patches, extract_patches
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,4 @@
"scikit-learn",
"scikit-image"
],
extras_require={
"testing": ["pytest"]
}
)

0 comments on commit fe14138

Please sign in to comment.