flo-schu / pymob

Python model building platform
MIT License
0 stars 0 forks source link

Abstract indexing (dimension reduction) method from `SingleSubstanceSim.reshape_observations` into a new method #34

Open flo-schu opened 3 months ago

flo-schu commented 3 months ago

Integrating this into stack_variables is tempting but, it will make this complicated method even more complicated. Instead a new method can draw on stack_variables as done in the mentioned method.

flo-schu commented 3 months ago

reshape_observations method has been integrated into the Simulation class, but currently it raises a NotImplementedError.