mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-10 12:35:06 +08:00
Minor fixes
- Use absolute imports so __main__ examples work - PEP8: 2 blank lines
This commit is contained in:
@@ -140,5 +140,6 @@ def test_view_as_windows_2D():
|
||||
[13, 14, 15],
|
||||
[17, 18, 19]]]]))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
np.testing.run_module_suite()
|
||||
|
||||
Reference in New Issue
Block a user