Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
2 years ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
tweaks
parent
54bb2e18
No related merge requests found
Pipeline
#130
passed with stages
in 11 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_flip_image.py
+0
-4
tests/test_flip_image.py
with
0 additions
and
4 deletions
+0
-4
tests/test_flip_image.py
+
0
-
4
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
()
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets