We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbcd75b commit 8c23c72Copy full SHA for 8c23c72
lib/matplotlib/tests/test_axes.py
@@ -1213,13 +1213,6 @@ def test_eb_line_zorder():
1213
1214
ax.set_title("errorbar zorder test")
1215
1216
-if __name__=='__main__':
1217
- import nose
1218
- nose.runmodule(argv=['-s','--with-doctest'], exit=False)
1219
-
1220
1221
1222
1223
1224
@image_comparison(baseline_images=['step_linestyle'], remove_text=True)
1225
def test_step_linestyle():
@@ -1239,7 +1232,6 @@ def test_step_linestyle():
1239
1232
ax.set_ylim([-1, 7])
1240
1233
1241
1234
1242
1243
1235
+if __name__ == '__main__':
1244
1236
import nose
1245
1237
+ nose.runmodule(argv=['-s', '--with-doctest'], exit=False)
0 commit comments