We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0cfc54 commit d0e496cCopy full SHA for d0e496c
test/AD_test.jl
@@ -50,6 +50,6 @@ test_differentiation(
50
backends, # the backends you want to compare
51
scenarios, # the scenarios you defined,
52
correctness=true, # compares values against the reference
53
- type_stability=false, # checks type stability with JET.jl
+ type_stability=:none, # checks type stability with JET.jl
54
detailed=true, # prints a detailed test set
55
)
0 commit comments