-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update ManifoldDiff.jl compat to 0.4 and CI #23
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #23 +/- ##
===========================================
- Coverage 100.00% 93.19% -6.81%
===========================================
Files 10 11 +1
Lines 1106 1191 +85
===========================================
+ Hits 1106 1110 +4
- Misses 0 81 +81 ☔ View full report in Codecov by Sentry. |
@kellertuer I have no idea why building the tutorial gets stuck on CI. Could you try it on your computer? I still don't have a working quarto installation. |
Hm, clear cache here, and maybe also let the examples run on 1.11? |
There are no caches in this repository and the example should work fine on Julia 1.10. |
Ok, I can try, but probably only tomorrow, just came home and first need something to eat. |
Bumped all versions (Julia for documenter and quarto, quarto, version on the example manifest), my local version is on 15/21 in the nb that got stuck, a few seem to run a bit slow, yeah. |
Yeah maybe the subsolver calls take too long on cell 20/21, but I have no clue how to directly debug that for now. |
Maybe just setting a lower limit of iterations would be fine? At least as a temporary solution until you have time to investigate. |
Will check, the current parameters are the ones from the paper, so it would be a pity to change that, but well, maybe that is what it is and it turns out nearly nothing is ever reproducible. |
No description provided.