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
Guang
x-cigale
Commits
f6449ef8
Commit
f6449ef8
authored
Jul 20, 2017
by
Médéric Boquien
Browse files
Add a missing string format statement.
parent
0b151a84
Changes
1
Hide whitespace changes
Inline
Side-by-side
pcigale/managers/observations.py
View file @
f6449ef8
...
...
@@ -83,7 +83,7 @@ class ObservationsManagerPassbands(object):
band
not
in
self
.
bands
+
self
.
errors
):
self
.
table
.
remove_column
(
band
)
print
(
"Warning: {} in the input file but not to be taken into "
"account in the fit."
)
"account in the fit."
.
format
(
band
)
)
def
_check_errors
(
self
,
defaulterror
=
0.1
):
"""Check whether the error columns are present. If not, add them.
...
...
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