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
8d62cfa0
Commit
8d62cfa0
authored
May 11, 2021
by
Pierre Paleo
Browse files
Fix read_data throughput estimate
parent
c39ef4a6
Pipeline
#46627
passed with stage
in 6 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nabu/app/fullfield.py
View file @
8d62cfa0
...
...
@@ -753,7 +753,7 @@ class FullFieldPipeline:
el
=
time
()
-
t0
shp
=
self
.
chunk_reader
.
data
.
shape
GB
=
np
.
prod
(
shp
)
*
self
.
chunk_reader
.
data
.
dtype
.
itemsize
/
1e9
GB
=
np
.
prod
(
shp
)
*
self
.
chunk_reader
.
dtype
.
itemsize
/
1e9
self
.
logger
.
info
(
"Read subvolume %s (%.2f GB) in %.2f s: %.3f GB/s"
%
(
str
(
shp
),
GB
,
el
,
GB
/
el
)
...
...
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