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
tomotools
Nabu
Commits
bed0fd0f
Commit
bed0fd0f
authored
Sep 28, 2020
by
myron
Committed by
Pierre Paleo
Oct 08, 2020
Browse files
corrected a possible black.py generated artefact
parent
992836d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
nabu/preproc/tests/test_alignment.py
View file @
bed0fd0f
...
...
@@ -535,5 +535,5 @@ class TestFocus(object):
exp_shape
=
np
.
array
([
2160
,
2160
])
new_shape
=
alignment
.
CameraFocus
.
_check_img_block_size
(
inp_shape
,
4
,
suggest_new_shape
=
True
)
message
=
"New suggested shape: %s and expected: %s do not coincide"
%
(
new_shape
,
exp_shape
,
)
message
=
"New suggested shape: %s and expected: %s do not coincide"
%
(
new_shape
,
exp_shape
)
assert
np
.
all
(
new_shape
==
exp_shape
),
message
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