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
d356b294
Commit
d356b294
authored
Oct 19, 2018
by
Médéric Boquien
Browse files
Cleanup a stray print statement.
parent
d895fe70
Changes
1
Hide whitespace changes
Inline
Side-by-side
pcigale/sed_modules/dustatt_powerlaw.py
View file @
d356b294
...
...
@@ -200,7 +200,6 @@ class PowerLawAtt(SedModule):
young_curve
=
10
**
(
-
.
4
*
self
.
av
[
'young'
]
*
att
)
for
name
,
old
,
young
in
zip
(
names
,
old_curve
,
young_curve
):
print
(
name
,
old_curve
,
young_curve
)
self
.
lineatt
[
name
]
=
(
old
,
young
)
dust_lumin
=
0.
...
...
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