-
Notifications
You must be signed in to change notification settings - Fork 18
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
✨ Porting case studies from pyglotaran-examples 🧪 #1425
base: staging
Are you sure you want to change the base?
Conversation
@joernweissenborn this will be the branch for the porting of the case studies from the examples, feel free to contribute here - or target the branch with PRs. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## staging #1425 +/- ##
=========================================
+ Coverage 84.9% 85.1% +0.2%
=========================================
Files 91 91
Lines 3740 3744 +4
Branches 728 728
=========================================
+ Hits 3176 3189 +13
+ Misses 448 443 -5
+ Partials 116 112 -4 ☔ View full report in Codecov by Sentry. |
ca6b90c
to
b1e3d8b
Compare
|
Test examples on staging/rewrite
for less CI confusion
Reduce some CI clutter, benchmarks will have to be re-created in a more meaningful way anyways post the rewrite finish.
Only global and some basic comparisons, still WIP
README contains reference to publications describing an analysis of the data
Based on the Hippius case study
for more information, see https://pre-commit.ci
Update transient absorption case study From ported examples Update examples and integrations tests This commit adds a (failing) integration test
for more information, see https://pre-commit.ci
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This PR is intended to port over a set of curated examples - those are that are based on actual case studies (ideally with a publication to reference for details).
They will find a home in a new "examples" folder, under the "case_studies" subfolder.
In the future we will also develop "tutorials" which will also live inside the "examples" folder.
Change summary
Checklist