Skip to content

Commit bd1418c

Browse files
committed
addressed issue #2231
1 parent 7e431da commit bd1418c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pychron/graph/regression_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ def _poly_regress(self, scatter, r, fit):
592592
return
593593

594594
r.set_truncate(scatter.truncate)
595-
r.determine_fit()
595+
r.determine_fit(fit)
596596
r.calculate()
597597

598598
self._set_excluded(scatter, r)

0 commit comments

Comments
 (0)