Split runtests::run_testcases()
into several functions and eliminate type instability
#29
Labels
runtests::run_testcases()
into several functions and eliminate type instability
#29
runtests::run_testcases()
is currently quite long and not very easy to read. Also some parts of it may be type-unstable, e.g.dvals
,args
andlabels
, which have eltypeUnion{}
if they are empty and a proper eltype otherwise.The text was updated successfully, but these errors were encountered: