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
9a3d7941
Commit
9a3d7941
authored
Jul 31, 2015
by
BURGARELLA Denis
Committed by
Yannick Roehlly
Jul 31, 2015
Browse files
Fake parameter for param module
For now, CIGALE does not work with a parameterless module, so we use a fake one.
parent
20f67dd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
pcigale/creation_modules/param.py
View file @
9a3d7941
...
...
@@ -29,7 +29,13 @@ class Param(CreationModule):
"""
parameter_list
=
OrderedDict
()
parameter_list
=
OrderedDict
([
(
"OK"
,
(
"boolean"
,
"Are you here?."
,
"True"
))
])
out_parameter_list
=
OrderedDict
([
(
"beta_calz94"
,
"The UV slope in the range 125-180&240-260nm"
),
...
...
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