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 97b2b4b commit 67092f2Copy full SHA for 67092f2
diffeqpy/de.py
@@ -1,12 +1,6 @@
1
import os
2
import sys
3
4
-from . import _ensure_installed
5
-
6
-# This is terrifying to many people. However, it seems SciML takes pragmatic approach.
7
-_ensure_installed()
8
9
-# PyJulia have to be loaded after `_ensure_installed()`
10
from julia import Main
11
12
script_dir = os.path.dirname(os.path.realpath(__file__))
0 commit comments