-
Notifications
You must be signed in to change notification settings - Fork 0
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
hot fix for forward diff issue 706 #17
Conversation
It's technically still broken, but covers at least the most common use case with |
Yeah, but we can just remove forwarddiff from the MLE. |
I see no reason why the ForwardDiff is used there, and probably there should be a test for this change to fix |
You're right, but I would not say "just" in this context :D It's quite some work and ForwardDiff actually works pretty fast as for now, this hot-fix allows us to proceed further. We can drop the dependency on ForwardDiff later since its not as easy as this patch |
ok |
But I'm up to removing |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17 +/- ##
=======================================
Coverage 96.59% 96.59%
=======================================
Files 24 24
Lines 323 323
=======================================
Hits 312 312
Misses 11 11 ☔ View full report in Codecov by Sentry. |
I've added a test for this |
This PR implements a small hot-fix for JuliaDiff/ForwardDiff.jl#706