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
cigale
CIGALE
Commits
b9df0377
Commit
b9df0377
authored
Nov 04, 2015
by
Médéric Boquien
Browse files
Correct typos.
parent
2c699c7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
pcigale/session/configuration.py
View file @
b9df0377
...
...
@@ -298,8 +298,8 @@ class Configuration(object):
(
'radio'
,
[
'radio'
]),
(
'redshift'
,
[
'redshifting'
])))
comments
=
{
'SFH'
:
"ERROR! Choosing one SFH module
s
is mandatory."
,
'SSP'
:
"ERROR! Choosing one SSP is mandatory."
,
comments
=
{
'SFH'
:
"ERROR! Choosing one SFH module is mandatory."
,
'SSP'
:
"ERROR! Choosing one SSP
module
is mandatory."
,
'nebular'
:
"WARNING! Choosing the nebular module is "
"recommended. Without it the Lyman continuum "
"is left untouched."
,
...
...
@@ -307,7 +307,7 @@ class Configuration(object):
'dust emission'
:
"No dust attenuation module found."
,
'AGN'
:
"No AGN module found."
,
'radio'
:
"No radio module found."
,
'redshift'
:
"ERROR! No redshifting module found"
}
'redshift'
:
"ERROR! No redshifting module found
.
"
}
for
module
in
modules
:
if
all
([
user_module
not
in
modules
[
module
]
for
user_module
in
...
...
Write
Preview
Markdown
is supported
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