Skip to content

Commit

Permalink
Update test/python/pythoncall.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Feb 15, 2025
1 parent bd16eb2 commit c5b7d9e
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 @@ -5,7 +5,7 @@ import subprocess, sys, site
subprocess.run([sys.executable, '-m', 'pip', 'install', '--user', 'julia'])
subprocess.run([sys.executable, '-m', 'pip', 'install', '--user', 'diffeqpy'])
sys.path.append(site.getusersitepackages())
""", , @__MODULE__)
""", @__MODULE__)

@testset "Use of DifferentialEquations through PythonCall with user code written in Python" begin
pyexec("""
Expand Down

0 comments on commit c5b7d9e

Please sign in to comment.