testNorm(CC_53) -- fails from time to time
testNorm(CC_100) -- fails from time to time
testNorm(CC_200) -- fails from time to time
testNorm(CC_54) -- fails from time to time
here is the minimal CC_53 failing setup :
entry := toCC( .81662363033492791p53, .97905576575740838p53 )
MM := mutableMatrix {{ entry }}
a := norm MM
b := norm matrix M
ans := (flatten entries MM)/abs//max;
a==b --ok
a==ans --false
((flatten entries MM)/abs)#0 ==a --false
if the failure is not reproducible, I will provide more information.
testNorm(CC_53) -- fails from time to time testNorm(CC_100) -- fails from time to time testNorm(CC_200) -- fails from time to time testNorm(CC_54) -- fails from time to time
here is the minimal CC_53 failing setup :
if the failure is not reproducible, I will provide more information.