File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ def test_fillcycle_ignore():
123
123
ax .legend (loc = 'upper left' )
124
124
125
125
126
- @image_comparison (baseline_images = ['property_collision_plot' ], remove_text = True ,
127
- extensions = ['png' ])
126
+ @image_comparison (baseline_images = ['property_collision_plot' ],
127
+ remove_text = True , extensions = ['png' ])
128
128
def test_property_collision_plot ():
129
129
fig , ax = plt .subplots ()
130
130
ax .set_prop_cycle ('linewidth' , [2 , 4 ])
@@ -134,8 +134,8 @@ def test_property_collision_plot():
134
134
ax .plot (np .arange (10 ), 5 * np .arange (10 ))
135
135
136
136
137
- @image_comparison (baseline_images = ['property_collision_fill' ], remove_text = True ,
138
- extensions = ['png' ])
137
+ @image_comparison (baseline_images = ['property_collision_fill' ],
138
+ remove_text = True , extensions = ['png' ])
139
139
def test_property_collision_fill ():
140
140
fig , ax = plt .subplots ()
141
141
xs = np .arange (10 )
You can’t perform that action at this time.
0 commit comments