Skip to content

Commit

Permalink
fixing pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
jgostick committed Jan 7, 2024
1 parent 4a45ebf commit 46df46d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/unit/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
import scipy.ndimage as spim
from skimage.morphology import disk, ball, skeletonize_3d
from skimage.util import random_noise
from scipy.stats import norm


ps.settings.tqdm['disable'] = True


Expand Down Expand Up @@ -579,6 +580,7 @@ def test_porosimetry_dt_and_si(self):
assert np.sum(d - e) == 0
assert np.sum(e - f) == 0


if __name__ == '__main__':
t = FilterTest()
self = t
Expand Down

0 comments on commit 46df46d

Please sign in to comment.