SciCompMod / memilio

Modular spatio-temporal models for epidemic and pandemic simulations
https://scicompmod.github.io/memilio/
Apache License 2.0
52 stars 15 forks source link

interpolate_simulation_result not working for secirvvs in pycode #1016

Closed HenrZu closed 2 months ago

HenrZu commented 2 months ago

Bug description

The interpolate_simulation_result is only available for the graph, not for a time series in the binded secirvvs model. However, in the future we should make this function global and not model dependent since its just transforming a time series

Version

Linux

To reproduce

just try to call this function in the secirvvs example with a time series as arg.

Relevant log output

No response

Add any relevant information, e.g. used compiler, screenshots.

No response

Checklist