-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Description
Overview of implementations to implement support for timecourse format in petab v2
- add additional
AmiciExpDataVector
-like data structure for timeseries (to be generated by petab library) - add field to
ExpData
that specifies the ExpData for initialization - provide additional overload for timeseries object in in
AMICI/python/sdist/amici/swig_wrappers.py
Line 76 in 7487607
def runAmiciSimulations( - add c++ implementation similar to
Line 266 in 7487607
std::vector<std::unique_ptr<ReturnData>> runAmiciSimulations( - add testcase based on
def test_manual_preequilibration(preeq_fixture):
dweindl