-
Notifications
You must be signed in to change notification settings - Fork 47
Add examples to pypesto module #1561
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
base: develop
Are you sure you want to change the base?
Conversation
…o examples as well?
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1561 +/- ##
===========================================
- Coverage 84.85% 83.20% -1.66%
===========================================
Files 163 166 +3
Lines 14029 14103 +74
===========================================
- Hits 11905 11734 -171
- Misses 2124 2369 +245 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Another option (unless this is what you meant) is it conditionally add it to the pacakge, like
Fine for me 👍 |
I added the option to use examples directly in the Pypesto module.
Some thoughts for open discussion:
The examples for now have a petab_problem, an objective and a problem along with a small description. Happy for feedback, whether I missed something.