Skip to content

Commit

Permalink
remove single ErfInv test
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLloyd committed Sep 22, 2024
1 parent 16156fa commit e51d908
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/SingleMatrixTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,6 @@ let functions2 = test "functions2" {

testUnary "Erf" (double >> erf >> single) Matrix.Erf
testUnary "Erfc" (double >> erfc >> single) Matrix.Erfc
testUnary "ErfInv" (double >> (fun x -> if x = 1 then Double.PositiveInfinity else erfinv(x)) >> single) Matrix.ErfInv
testUnary "ErfcInv" (double >> erfcinv >> single) Matrix.ErfcInv
testUnary "CdfNorm" (double >> normcdf >> single) Matrix.CdfNorm
testUnary "CdfNormInv" (double >> normcdfinv >> single) Matrix.CdfNormInv
Expand Down

0 comments on commit e51d908

Please sign in to comment.