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 bb411e7 commit 73ae305Copy full SHA for 73ae305
src/juliacall.jl
@@ -26,7 +26,7 @@ function init_juliacall()
26
# check the version
27
@assert realpath(pystr_asstring(jl.__path__[0])) == realpath(joinpath(ROOT_DIR, "pysrc", "juliacall"))
28
@assert pystr_asstring(jl.__version__) == string(VERSION)
29
- @assert pybool_asbool(jl.CONFIG["init"])
+ @assert !pybool_asbool(jl.CONFIG["init"])
30
end
31
32
0 commit comments