File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/napari_matplotlib/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def test_feature_histogram(make_napari_viewer):
39
39
import numpy as np
40
40
41
41
n_points = 1000
42
- random_points = np .random .random ((n_points ,3 ))* 10
42
+ random_points = np .random .random ((n_points , 3 )) * 10
43
43
feature1 = np .random .random (n_points )
44
44
feature2 = np .random .normal (size = n_points )
45
45
@@ -61,7 +61,7 @@ def test_feature_histogram(make_napari_viewer):
61
61
widget ._set_axis_keys ('feature2' )
62
62
assert_figures_not_equal (widget .figure , fig1 )
63
63
64
- #check whether selecting a different layer produces the same plot
64
+ # check whether selecting a different layer produces the same plot
65
65
viewer .layers .selection .clear ()
66
66
viewer .layers .selection .add (viewer .layers [1 ])
67
67
assert_figures_equal (widget .figure , fig1 )
You can’t perform that action at this time.
0 commit comments