Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
XRD
darfix
Commits
1b0d6401
Commit
1b0d6401
authored
Aug 10, 2021
by
Julia Garriga Ferrer
Browse files
[core][test][image registration] Remove print
parent
c6aa6fbc
Pipeline
#52379
passed with stage
in 4 minutes and 39 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
darfix/core/test/test_image_registration.py
View file @
1b0d6401
...
...
@@ -360,7 +360,6 @@ class TestReshapedShift(unittest.TestCase):
dataset
=
dataset
.
find_and_apply_shift
(
dimension
=
[
1
,
0
])
for
frame
in
dataset
.
data
.
take
(
0
,
0
):
print
(
numpy
.
max
(
abs
(
data
[
0
]
-
frame
)))
# Check if the difference between the shifted frames and the sample frame is small enough
self
.
assertTrue
((
abs
(
data
[
0
]
-
frame
)
<
6
).
all
())
...
...
Write
Preview
Supports
Markdown
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