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
77af9629
Commit
77af9629
authored
Mar 08, 2018
by
Médéric Boquien
Browse files
Add missing import. Reported by Dominika Wylezalek.
parent
0db37226
Changes
2
Show whitespace changes
Inline
Side-by-side
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
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