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
nxtomomill
Commits
1c8921e4
Commit
1c8921e4
authored
Dec 16, 2020
by
payno
Browse files
fix missing warning message
parent
8bf76af7
Changes
1
Hide whitespace changes
Inline
Side-by-side
nxtomomill/converter.py
View file @
1c8921e4
...
...
@@ -1813,6 +1813,7 @@ class _StandardBaseAcquisition(_BaseAcquisition):
raise
ValueError
(
mess
)
else
:
mess
+=
"default value will be set to 10-6m"
_logger
.
warning
(
mess
)
return
10e-6
,
"m"
def
_get_field_of_fiew
(
self
):
...
...
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