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 0588808 commit 9d59707Copy full SHA for 9d59707
test/python/pythoncall.jl
@@ -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
-
6
using DifferentialEquations, PythonCall
7
8
@testset "Use of DifferentialEquations through PythonCall with user code written in Python" begin
0 commit comments