Skip to content

Commit

Permalink
remove trailing whitespace in test to work around JuliaPy/PythonCall.…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilith Hafner authored and Lilith Hafner committed Oct 10, 2023
1 parent 9358a7a commit 155099e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions diffeqpy/tests/test_dde.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ def test():
h = de.seval("""
function h(p,t)
[1.05767027/3, 1.030713491/3]
end
""")
end""")

tspan = (0.0, 100.0)
constant_lags = [20.0]
Expand Down

0 comments on commit 155099e

Please sign in to comment.