By making sure reference_ionisation_parameter: 1.0e-2 in the yaml file and
placing appropriate logs within create_cloudy_input_grids, this avoids nan values
when running cloudy.
Checklist
[x] I have read the [CONTRIBUTING.md]()
[x] I have added docstrings to all methods
[x] I have added sufficient comments to all lines
[x] I have made corresponding changes to the documentation
[x] My changes generate no pep8 errors
[x] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
Issue Type
By making sure reference_ionisation_parameter: 1.0e-2 in the yaml file and placing appropriate logs within create_cloudy_input_grids, this avoids nan values when running cloudy.
Checklist