Skip to content

Commit 9d59707

Browse files
Update pythoncall.jl
1 parent 0588808 commit 9d59707

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/python/pythoncall.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# PyCall and PythonCall must use the same Python interpreter. This environment variable
2-
# tells PythonCall to use the same Python interpreter as PyCall. See
3-
# https://github.com/JuliaPy/PythonCall.jl/blob/5f56a9b96b867a9f6742ab1d1e2361abd844e19f/docs/src/pycall.md#tips
4-
ENV["JULIA_PYTHONCALL_EXE"] = "@PyCall"
5-
61
using DifferentialEquations, PythonCall
72

83
@testset "Use of DifferentialEquations through PythonCall with user code written in Python" begin

0 commit comments

Comments
 (0)