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
tomotools
nxtomomill
Commits
d7327c55
Commit
d7327c55
authored
Oct 04, 2021
by
payno
Browse files
Update utils.py. Force shape update of __insert_in_vds/data_frm_url
parent
d1867509
Pipeline
#55819
failed with stages
in 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nxtomomill/utils.py
View file @
d7327c55
...
...
@@ -615,6 +615,7 @@ class _FrameAppender:
if
data_frm_url
.
ndim
==
2
:
n_frames
=
1
dim_2
,
dim_1
=
data_frm_url
.
shape
data_frm_url
=
data_frm_url
.
reshape
(
1
,
dim_2
,
dim_1
)
elif
data_frm_url
.
ndim
==
3
:
n_frames
,
dim_2
,
dim_1
=
data_frm_url
.
shape
else
:
...
...
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