Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joelberkeley committed Dec 26, 2023
1 parent 2c2089b commit e483567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Unit/TestTensor.idr
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ partial
jit : Property
jit = property $ do
(unsafeEval (do pure2 !1)) === 1
(unsafeEval (do nestedJit !(-3.0))) ==~ [| exp 4.5 |]
(unsafeEval (do nestedJit !(-3.0))) ==~ [| exp (-3.0) |]

partial
canConvertAtXlaNumericBounds : Property
Expand Down

0 comments on commit e483567

Please sign in to comment.