Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
METRo projects
metro
Commits
073a181e
Commit
073a181e
authored
Sep 20, 2012
by
Miguel Tremblay
Browse files
Typo in a comment.
parent
7a61d45d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/frontend/toolbox/metro_util.py
View file @
073a181e
...
...
@@ -218,7 +218,7 @@ def interpolate(xArray, yArray):
sMetroUtilWarning
=
_
(
"In interpolate, the arrays does not"
)
+
\
_
(
"have the same length. %d != %d
\n
"
)
%
\
(
iLenXArray
,
iLenYArray
)
# Error should be thrown ? Text won
<
t be in metro_logger...
# Error should be thrown ? Text won
'
t be in metro_logger...
print
sMetroUtilWarning
if
iLenYArray
<
iLenXArray
:
sMetroUtilWarning
=
_
(
"Padding Y array with average at the end."
)
...
...
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