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
fd435737
Commit
fd435737
authored
Dec 22, 2017
by
Médéric Boquien
Browse files
An erroneous warning was displayed when using the restframe_parameters module.
parent
a444d8de
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
fd435737
...
...
@@ -27,6 +27,7 @@
-
The computation of the upper limits would only work for the first few models, reverting back to regular fits for the others. (Médéric Boquien)
-
A more explicit message is now given when the flux table cannot be read properly. (Médéric Boquien)
-
Make sure that we do not try to fit data that have an error bar of 0 mJy. (Médéric Boquien)
-
An erroneous warning was displayed when using the
`restframe\_parameters`
module. (Médéric Boquien)
### Optimised
-
The cache architecture has been simplified, making it somewhat faster. It speeds up the model generation by ~1%. (Médéric Boquien)
...
...
pcigale/session/configuration.py
View file @
fd435737
...
...
@@ -270,7 +270,8 @@ class Configuration(object):
'themis'
]),
(
'AGN'
,
[
'dale2014'
,
'fritz2006'
]),
(
'radio'
,
[
'radio'
]),
(
'restframe_parameters'
,
[
'restframe_params'
]),
(
'restframe_parameters'
,
[
'restframe_parameters'
]),
(
'redshift'
,
[
'redshifting'
])))
comments
=
{
'SFH'
:
"ERROR! Choosing one SFH module is mandatory."
,
...
...
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