jmbeckers
jmbeckers
I confirm the same output under Windows11, Julia 1.10.0 and DIVAnd 2.7.11 ``` DIVAnd: Test Failed at C:\Users\jmbeckers\.julia\packages\DIVAnd\EG6qD\test\test_fit.jl:154 Expression: ≈(median(fitlenxy), lenx, rtol = 0.3) Evaluated: 0.11841887698717246 ≈ 0.2 (rtol=0.3) ```
It probably means you have data outside of that range (there is no sanity check in the function before doing the anamorphis). Can you check on the input data that...
I think it is more sound you decide yourself which data you retain or what to do with the data out of your desired range (you can decide to discard...
> Same for mac, is that relevant? I do not think it is critical. I suspect a random seed problem. If at all, it could have an impact on the...