Skip to content

Commit

Permalink
test: add AD testset
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaLGandhi committed May 12, 2024
1 parent 785b052 commit adee4f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ end
@time @safetestset "Partial Functions" begin
include("downstream/partial_functions.jl")
end
@time @safetestset "Autodiff Observable Functions" begin
include("downstream/observables_autodiff.jl")
end
end

if !is_APPVEYOR && (GROUP == "Downstream" || GROUP == "SymbolicIndexingInterface")
Expand Down

0 comments on commit adee4f0

Please sign in to comment.