Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
cigale
CIGALE
Commits
fd435737
Commit
fd435737
authored
Dec 22, 2017
by
Médéric Boquien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
An erroneous warning was displayed when using the restframe_parameters module.
parent
a444d8de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
CHANGELOG.md
CHANGELOG.md
+1
-0
pcigale/session/configuration.py
pcigale/session/configuration.py
+2
-1
No files found.
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
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