|
self._camb_params.set_classes(dark_energy_model=camb.dark_energy.DarkEnergyFluid) |
CAMB crashes and says can't be done when wa!=0 for fluid model - need PPF, so I would either use that by default, or use when wa!=0, or at least respect input camb parameters saying to use PPF... or tell me how to set this if I already can... (tried a couple ways and failed before finding this line)
cosmoprimo/cosmoprimo/camb.py
Line 94 in 2414297
CAMB crashes and says can't be done when wa!=0 for fluid model - need PPF, so I would either use that by default, or use when wa!=0, or at least respect input camb parameters saying to use PPF... or tell me how to set this if I already can... (tried a couple ways and failed before finding this line)