Skip to content

Commit bd16eb2

Browse files
Update test/python/pythoncall.jl
1 parent a350937 commit bd16eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/python/pythoncall.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import subprocess, sys, site
55
subprocess.run([sys.executable, '-m', 'pip', 'install', '--user', 'julia'])
66
subprocess.run([sys.executable, '-m', 'pip', 'install', '--user', 'diffeqpy'])
77
sys.path.append(site.getusersitepackages())
8-
""")
8+
""", , @__MODULE__)
99

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

0 commit comments

Comments
 (0)