Inconsistent Test results between VScode TestItems.jl and Test.jl

] test runs with bounds checking on which can inhibit some optimizations like SIMD (which can change the result slightly). And indeed, running the code in a julia with --check-bounds=yes gives

julia> sum(diff(Ft)) 
2.220446049250313e-16
1 Like