Skip to content

Commit

Permalink
fix tesy
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilith Hafner authored and Lilith Hafner committed Oct 20, 2023
1 parent 6b8aa17 commit 8389c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python/pythoncall.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ using DifferentialEquations, PythonCall
end

@testset "promotion" begin
_u0 = pyeval("""de.prepare_initial_state([1.0, 0, 0])""", @__MODULE__)
_u0 = pyeval("""de.SciMLBase.prepare_initial_state([1.0, 0, 0])""", @__MODULE__)
@test _u0 isa Vector{Float64}
end

0 comments on commit 8389c44

Please sign in to comment.