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

Use petab.v1 #74

Merged
merged 6 commits into from
Jul 1, 2024
Merged

Use petab.v1 #74

merged 6 commits into from
Jul 1, 2024

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented Jul 1, 2024

Be compatible with, and require petab>=0.4.0

@dweindl dweindl marked this pull request as ready for review July 1, 2024 13:43
@dweindl dweindl requested a review from dilpath July 1, 2024 13:43
Copy link
Member

@dilpath dilpath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -1,7 +1,7 @@
from inspect import cleandoc

import pandas as pd
from petab.C import *
from petab.v1.C import *
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this already import from petab.v2?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For now it's the same. Once they diverge more, we'll have to re-organize test generation here. I'd wait until then.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, I can also just update them now.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When things break to due missing petab.v2.C.PREEQUILIBRATION_CONDITION_ID, we'll know we have to update the tests...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, there is no petab.v2.C yet

This reverts commit d97784b.
@dweindl dweindl merged commit 4a1b1b0 into main Jul 1, 2024
3 checks passed
@dweindl dweindl deleted the v1 branch July 1, 2024 14:00
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