Skip to content

Commit

Permalink
Clean up something leftover from rebase attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
jlapeyre committed Jan 14, 2022
1 parent 97b2b4b commit 67092f2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions diffeqpy/de.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import os
import sys

from . import _ensure_installed

# This is terrifying to many people. However, it seems SciML takes pragmatic approach.
_ensure_installed()

# PyJulia have to be loaded after `_ensure_installed()`
from julia import Main

script_dir = os.path.dirname(os.path.realpath(__file__))
Expand Down

0 comments on commit 67092f2

Please sign in to comment.