Skip to content

Commit

Permalink
fix: improve performances in init
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomzoy committed Mar 21, 2024
1 parent e7320c7 commit b7c19e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eds_scikit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
from pyspark.sql import SparkSession

import eds_scikit.biology # noqa: F401 --> To register functions
from eds_scikit.io import improve_performances

pyarrow.open_stream = pyarrow.ipc.open_stream

Expand Down

0 comments on commit b7c19e6

Please sign in to comment.