Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5
-
None
-
1.5
Description
Numba implemented dfuns require differently shaped parameter arrays than the other dfuns, so the simulator's auto reshaping results in errors for these.
The quick fix is to spatialize the model parameters after simulator configure.
A better fix is to let the model configure method handle this.