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
In order to be able to use SciMLSensitivity, we had to drop the initialization mechanism we used for the growth factor equation, which was using a tuple.
This means that we might have problem when multiple massive neutrinos are considered.
Check it! Eventually, you could use RecursiveArrays or a more complex neutrino struct.
The text was updated successfully, but these errors were encountered:
In order to be able to use
SciMLSensitivity
, we had to drop the initialization mechanism we used for the growth factor equation, which was using a tuple.This means that we might have problem when multiple massive neutrinos are considered.
Check it! Eventually, you could use
RecursiveArrays
or a more complex neutrino struct.The text was updated successfully, but these errors were encountered: