- 23 Oct, 2019 15 commits
-
- 06 Jun, 2019 1 commit
-
-
Médéric Boquien authored
-
- 22 Dec, 2016 1 commit
-
-
Médéric Boquien authored
-
- 30 Jan, 2016 3 commits
-
-
Médéric Boquien authored
The name creation_modules is a bit vague. For more clarity and consistency we rather use sed_modules now
-
Médéric Boquien authored
Specify the types and the constraints of the input parameters for the SED creation modules and the analysis modules. Once validation is activated, the validation module will be able to infer the constraints from the specified information.
-
Médéric Boquien authored
Modules were a bit inconsistent how the input parameters are used. It was not always ensured they were the right type, they were sometimes read several times, and finally they were not always obtained from the _init_code() method. This is an attempt to clean that up as much as possible.
-
- 20 Sep, 2015 1 commit
-
-
Médéric Boquien authored
-
- 31 Aug, 2015 1 commit
-
-
Médéric Boquien authored
-
- 30 Aug, 2015 1 commit
-
-
Médéric Boquien authored
-
- 29 Aug, 2015 2 commits
-
-
Médéric Boquien authored
Simplify the construction of modules by remove the out_parameter_list dictionary. It was not used anywhere, was not always provided, and was not even up to date.
-
Médéric Boquien authored
Switch back to ordered dictionaries for the input parameters after all. That way the list of parameters is kept into a logical order when building the configuration file. The impact on performance is negligible.
-
- 28 Aug, 2015 1 commit
-
-
Médéric Boquien authored
We rely on OrderedDict to keep the order of the parameters. However given the way the code is structured currently, there is really no reason for this. So let's just switch to the standard dictionary. This has two advantages. First the standard dictionary is much faster than OrderedDict (implemented in C rather than in pure python). Then, standard dictionaries are marshalable, which makes them usable as keys for other dictionaries.
-
- 26 Aug, 2015 1 commit
-
-
Médéric Boquien authored
To verify whether a variable is among the keys of a dictionary there is actually no need to call the keys() function. A dictionary has a __contains__() member which is called when the “in” keyword is used.
-
- 24 May, 2015 1 commit
-
-
Médéric Boquien authored
-
- 30 Mar, 2015 3 commits
-
-
- 25 Mar, 2015 3 commits
- 13 May, 2014 1 commit
-
-
Médéric Boquien authored
Given the current formula, an AGN fraction of 1 would yield an infinite luminosity. We are clearly out of the accepted bounds for the model. So rather than ruining the fits, we rather raise an Exception and terminate.
-
- 16 Apr, 2014 2 commits
-
-
Médéric Boquien authored
-
Laure Ciesla authored
-
- 14 Apr, 2014 1 commit
-
-
Médéric Boquien authored
-
- 28 Mar, 2014 2 commits
-
-
Médéric Boquien authored
-
Médéric Boquien authored
-