We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a350937 commit bd16eb2Copy full SHA for bd16eb2
test/python/pythoncall.jl
@@ -5,7 +5,7 @@ import subprocess, sys, site
5
subprocess.run([sys.executable, '-m', 'pip', 'install', '--user', 'julia'])
6
subprocess.run([sys.executable, '-m', 'pip', 'install', '--user', 'diffeqpy'])
7
sys.path.append(site.getusersitepackages())
8
-""")
+""", , @__MODULE__)
9
10
@testset "Use of DifferentialEquations through PythonCall with user code written in Python" begin
11
pyexec("""
0 commit comments