Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
c1a835f0
"src/vscode:/vscode.git/clone" did not exist on "5901ce0ecff82ff8e188669071aa297010f10152"
Commit
c1a835f0
authored
Mar 23, 2017
by
Bodo Kaiser
Committed by
Soumith Chintala
Mar 23, 2017
Browse files
added line after class definition to fix lint error
parent
f954ea4c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
test/test_transforms.py
test/test_transforms.py
+1
-0
No files found.
test/test_transforms.py
View file @
c1a835f0
...
...
@@ -176,5 +176,6 @@ class Tester(unittest.TestCase):
assert
img
.
mode
==
'I;16'
assert
np
.
allclose
(
img
,
img_data
[:,
:,
0
])
if
__name__
==
'__main__'
:
unittest
.
main
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment