Skip to content

Commit

Permalink
Fix downstream test guess
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 20, 2024
1 parent f76fb4a commit 7a0130c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/downstream/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
BoundaryValueDiffEq = "5"
ForwardDiff = "0.10"
JumpProcesses = "9.10"
ModelingToolkit = "8.37, 9"
ModelingToolkit = "9"
ModelingToolkitStandardLibrary = "2.7"
NonlinearSolve = "2, 3"
Optimization = "3"
Expand Down
4 changes: 2 additions & 2 deletions test/downstream/observables_autodiff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function create_model(; C₁ = 3e-5, C₂ = 1e-6)
systems = [
resistor1, resistor2, capacitor1, capacitor2,
source, input_signal, ground, ampermeter
])
], defaults = [resistor1.n.v => 0.0])
end

@testset "DAE Observable function AD" begin
Expand All @@ -96,7 +96,7 @@ end
# # mean(abs.(sol[sys.ampermeter.i] .- gt))
# sum(sol[sys.ampermeter.i])
# end
#
#
# @test isnothing(gs_mtkp)
# @test length(gs_p_new) == length(p_new)
# end

0 comments on commit 7a0130c

Please sign in to comment.