Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TimeCourse Implementation #2450

Open
3 of 5 tasks
FFroehlich opened this issue May 15, 2024 · 0 comments · May be fixed by #2452
Open
3 of 5 tasks

TimeCourse Implementation #2450

FFroehlich opened this issue May 15, 2024 · 0 comments · May be fixed by #2452

Comments

@FFroehlich
Copy link
Member

FFroehlich commented May 15, 2024

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
    def runAmiciSimulations(
  • add c++ implementation similar to
    std::vector<std::unique_ptr<ReturnData>> runAmiciSimulations(
    (initially non-parallelized) that handles initialisation
  • add testcase based on
    def test_manual_preequilibration(preeq_fixture):
@dweindl dweindl linked a pull request May 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant