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 bd16eb2 commit c5b7d9eCopy full SHA for c5b7d9e
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__)
+""", @__MODULE__)
9
10
@testset "Use of DifferentialEquations through PythonCall with user code written in Python" begin
11
pyexec("""
0 commit comments