📝 Issue Summary
Currently, in mochi_class_cosmology.py, the global setting for np.set_printoptions() is set by hand in line 14:
np.set_printoptions(threshold=sys.maxsize). This might lead to issues downstream that affect the output formatting of other cloelib functions.
This is required for the functions in mochi_class_cosmology to output the values of the MG parameters up to the required precision. There is no quick solution as of now.
✅ Expected Outcome
🔄 Steps to Reproduce (if applicable)
📌 Additional Notes
📝 Issue Summary
Currently, in
mochi_class_cosmology.py, the global setting fornp.set_printoptions()is set by hand in line 14:np.set_printoptions(threshold=sys.maxsize). This might lead to issues downstream that affect the output formatting of other cloelib functions.This is required for the functions in mochi_class_cosmology to output the values of the MG parameters up to the required precision. There is no quick solution as of now.
✅ Expected Outcome
🔄 Steps to Reproduce (if applicable)
📌 Additional Notes