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
Nabu
Commits
e46f57ca
Commit
e46f57ca
authored
Jun 25, 2020
by
Pierre Paleo
Browse files
Bugfix
parent
7a356d7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
nabu/io/reader.py
View file @
e46f57ca
...
...
@@ -387,7 +387,7 @@ class ChunkReader(object):
self
.
binning
=
binning
binning_function
=
get_binning_function
(
binning
[::
-
1
])
# user provides (binning_x, binning_y)
if
binning_function
is
None
:
raise
NotImplementedError
(
"Binning factor %s is not implemented yet"
%
binning
)
raise
NotImplementedError
(
"Binning factor %s is not implemented yet"
%
str
(
binning
)
)
self
.
binning_function
=
binning_function
...
...
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