We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently Omega_M, Omega_Lambda and h_0 are hardcoded on Evolution.py
This is not high priority for neutrino astrophysics, to be honest. Many theorists simply do 0.3, 0.7 and 0.7
The text was updated successfully, but these errors were encountered:
Hej Ignacio, I guess the cosmological parameters are already configurable. See https://github.com/icecube/FIRESONG/blob/base/Evolution.py#L301 When you construct the LuminosityEvolution you can give it a cosmology dictionary that takes the settings for the cosmological parameters. The default is to use the parameters defined in https://github.com/icecube/FIRESONG/blob/base/Evolution.py#L6.
The cosmological parameters are propagated through and are an attribute of the classes.
The only missing thing is to add an argparse option for the executable scripts to modify it.
Sorry, something went wrong.
No branches or pull requests
Currently Omega_M, Omega_Lambda and h_0 are hardcoded on Evolution.py
This is not high priority for neutrino astrophysics, to be honest. Many theorists simply do 0.3, 0.7 and 0.7
The text was updated successfully, but these errors were encountered: