You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
camb_cosmo.get_camb_results will throw an error if a list is passed for z, rather than an array. This appears to be because CAMB requires arrays, but it would be helpful if this LaCE function simply converted the list to an array when one is passed.