Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #79 +/- ##
=======================================
Coverage 77.76% 77.76%
=======================================
Files 47 47
Lines 1390 1390
=======================================
Hits 1081 1081
Misses 309 309 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I've updated the PR to the latest version of the code. The warnings are still there, and there are test failures with this Optim.jl branch. |
Co-authored-by: Patrick Kofod Mogensen <patrick.mogensen@gmail.com>
Co-authored-by: Patrick Kofod Mogensen <patrick.mogensen@gmail.com>
|
Thank you @pkofod. It seems that the new implementation doesn't satisfy the box restriction [0, 1]. Some parameters are estimated outside the box in one test. |
|
that should definitely not happen, let me see |
|
in an error like this https://github.com/JuliaEarth/GeoStatsFunctions.jl/blob/optim-new/src/theoretical/matrices.jl#L30C1-L31C1 I think it would be useful if the error prints the obtained values |
|
try to rerun on my latest commit |
|
@pkofod I've restarted the jobs, but they still fail with the same issue. |
| NearestNeighbors = "0.4" | ||
| OhMyThreads = "0.5 - 0.8" | ||
| Optim = "2.0" | ||
| Optim = "2.0.1" |
There was a problem hiding this comment.
| Optim = "2.0.1" | |
| Optim = "2.1.0" |
I suppose it should get it from sources, but for some reason LBFGSB was not available on one runner?
|
ah, only CI with Julia > 1.11 will have sources I believe, so its is bound to fail. |
|
if you can print the values in the error branch we can maybe come a bit wiser here |
|
Thank you. I will look into it after I am done with some tasks I had planned for the week. |
|
I released it as v2.2.0 |
|
I will try to take a look into it again today. |
|
I think it's a corner case where all these are driven to exactly 0. Then you get 0/0 => NaN. LBFGSB can literally step to the bound. |
|
you could reparameterize such that the proportions were just unconstrained |
|
Closing in favor of #85 |
cc: @pkofod