Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_proto
Commits
4e75d4d6
Commit
4e75d4d6
authored
Sep 20, 2022
by
BO ZHANG
🏀
Browse files
tweaks
parent
54bb2e18
Pipeline
#130
passed with stages
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/test_flip_image.py
View file @
4e75d4d6
...
@@ -15,7 +15,3 @@ class FlipImageTestCase(unittest.TestCase):
...
@@ -15,7 +15,3 @@ class FlipImageTestCase(unittest.TestCase):
# the code fails for 1D array
# the code fails for 1D array
with
self
.
assertRaises
(
AssertionError
):
with
self
.
assertRaises
(
AssertionError
):
flip_image
(
np
.
array
([
1
,
2
,
3
,
4
]))
flip_image
(
np
.
array
([
1
,
2
,
3
,
4
]))
if
__name__
==
"__main__"
:
unittest
.
main
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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