You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
presumably due to some floating point error. The input matrices are set randomly:
x = KernelFunctions.MOInputIsotopicByOutputs([rand(5) for _ in1:4], outdim)
y = KernelFunctions.MOInputIsotopicByOutputs([rand(5) for _ in1:4], outdim)
z = KernelFunctions.MOInputIsotopicByOutputs([rand(5) for _ in1:2], outdim)
It may be worth adding a seed (maybe with StableRNGs.jl?) so this is consistent across runs, and only testing equality up to a sensible numerical tolerance
The text was updated successfully, but these errors were encountered:
Testing locally on 1.8.5, I find that https://github.com/JuliaGaussianProcesses/KernelFunctions.jl/blob/master/test/mokernels/independent.jl#L17 occasionally fails,
presumably due to some floating point error. The input matrices are set randomly:
It may be worth adding a seed (maybe with StableRNGs.jl?) so this is consistent across runs, and only testing equality up to a sensible numerical tolerance
The text was updated successfully, but these errors were encountered: