Skip to content

Commit

Permalink
Comply to scipy 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierBeq committed Aug 21, 2022
1 parent 55ad736 commit b97bae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/papyrus_scripts/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from joblib import Parallel, delayed
from pandas.io.parsers import TextFileReader as PandasTextFileReader
from sklearn.utils import shuffle
from scipy.stats import median_absolute_deviation as MAD
from scipy.stats import median_abs_deviation as MAD
from tqdm.auto import tqdm

from .fingerprint import Fingerprint, MorganFingerprint
Expand Down

0 comments on commit b97bae7

Please sign in to comment.