JuliaIntervals / ValidatedNumerics.jl

Rigorous floating-point calculations with interval arithmetic in Julia
Other
85 stars 17 forks source link

Parallelize tests #236

Open lbenet opened 7 years ago

lbenet commented 7 years ago

Master runs a first (short test) to precompile, and the remaining are parallelized.

This is built on top of #235.