Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
cigale
CIGALE
Commits
77af9629
Commit
77af9629
authored
Mar 08, 2018
by
Médéric Boquien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing import. Reported by Dominika Wylezalek.
parent
0db37226
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
CHANGELOG.md
CHANGELOG.md
+2
-0
pcigale/sed_modules/m2005.py
pcigale/sed_modules/m2005.py
+2
-0
No files found.
CHANGELOG.md
View file @
77af9629
...
...
@@ -8,6 +8,8 @@
### Changed
### Fixed
-
The histogram bin width was not computed optimally when some models were invalid. (David Corre & Médéric Boquien)
-
Missing import in the
`m2005`
module. (Médéric Boquien, reported by Dominika Wylezalek)
### Optimised
-
The estimation of the physical properties is made a bit faster when all the models are valid. (Médéric Boquien)
...
...
pcigale/sed_modules/m2005.py
View file @
77af9629
...
...
@@ -13,6 +13,8 @@ This module implements the Maraston (2005) Single Stellar Populations.
from
collections
import
OrderedDict
import
numpy
as
np
from
.
import
SedModule
from
..data
import
Database
...
...
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