Skip to content

Commit 71e2f86

Browse files
committed
Fix import error for LinregressResult
1 parent fe772de commit 71e2f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defdap/inspector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from typing import List
2121

2222
from scipy.stats import linregress
23-
from scipy.stats._stats_mstats_common import LinregressResult
23+
from scipy.stats._stats_py import LinregressResult
2424
import pandas as pd
2525

2626
from defdap.plotting import Plot, GrainPlot

0 commit comments

Comments
 (0)