Tamas K. Papp
Tamas K. Papp
@wesselb: I am in the process of finishing up the unit tests for the relevant package, it seems to be working for now but I will get back here once...
@wesselb: I am done, and I can confirm that `central_fdm(5, 1; factor = 1e6)` works reasonably for my purposes. I can even combine it with `max_range` to bound away from...
A way to detect this situation before reading the data (and throwing an error).
A tutorial on benchmarking would always be nice, but this issue is primarily meant to address one commonly occurring problem with a simple warning. I guess that a low-ns warning...
IMO the best starting point for debugging would be factoring the code into smaller functions that one can test separately (dogleg, etc). In the long run, a package with nothing...
Revisiting this issue, I can still reproduce the problem (updated to the new calling conventions): ```julia using NLsolve "Freudenstein and Roth function." function f!(fval, x) fval[1] = -13 + x[1]...
But since the `*` is not supported in `@printf` strings, one cannot determine the number of significant digits at runtime (except with the `eval` trick), so `@printf` is not a...
Started a PR, but more than automatic fixes are needed: https://github.com/MikeInnes/BSON.jl/pull/9
Could be a duplicate of https://github.com/JuliaPy/PyCall.jl/issues/325. Also see discussion at https://discourse.julialang.org/t/crash-loading-packages/1934/4. If you think this is not a Gallium issue, please close, I don't know enough about Julia to decide...
Sorry for the lack of response. I am unfamiliar with the details of Python packages, so I can't comment on how heavy that package would need to be, or if...