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

Handle incomplete PEtab problems in petab.Problem.from_yaml #138

Merged
merged 1 commit into from
Apr 29, 2022

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented Apr 28, 2022

Handle missing model, missing parameter table.

Incomplete petab.Problems are allowed by __init__, so it makes sense to also support that via from_yaml.
Useful for saving intermediate stages when creating PEtab problems.

Handle missing model, missing parameter table.

Incomplete `petab.Problem`s are allowed by `__init__`, so it makes sense to also support that via `from_yaml`.
Useful for saving intermediate stages when creating PEtab problems.
@dweindl dweindl requested a review from dilpath April 28, 2022 20:12
@dweindl dweindl merged commit 9a49449 into develop Apr 29, 2022
@dweindl dweindl deleted the load_incomplete_yaml branch April 29, 2022 05:29
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 this pull request may close these issues.

2 participants