We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe772de + 1588749 commit b29ec19Copy full SHA for b29ec19
defdap/inspector.py
@@ -20,7 +20,6 @@
20
from typing import List
21
22
from scipy.stats import linregress
23
-from scipy.stats._stats_mstats_common import LinregressResult
24
import pandas as pd
25
26
from defdap.plotting import Plot, GrainPlot
@@ -427,7 +426,7 @@ def plotRDR(self,
427
426
vlist: List[float],
428
allxlist: List[float],
429
allylist: List[float],
430
- linRegResults: 'LinregressResult'):
+ linRegResults):
431
"""
432
Plot RDR figure, including location of perpendicular lines and scatter plot of ucentered vs vcentered.
433
0 commit comments