Skip to content

Commit

Permalink
Update _adaopt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki authored Apr 24, 2024
1 parent 5842370 commit 8189ff6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions mlsauce/adaopt/_adaopt.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@
from ..utils import subsample
from ..utils import cluster

import pyximport; pyximport.install(language_level=3)
try:
from . import _adaoptc as adaoptc
except ImportError:
import _adaoptc
import pyximport; pyximport.install(language_level=3)
import _adaoptc



Expand Down

0 comments on commit 8189ff6

Please sign in to comment.