Skip to content
Snippets Groups Projects
Commit 0f3fc397 authored by Colm Talbot's avatar Colm Talbot
Browse files

TYPO fix

parent 0360dec2
No related branches found
No related tags found
1 merge request!1250REFACTOR: make optimized spline calibration backward compatible
Pipeline #520310 passed
......@@ -184,7 +184,7 @@ class CubicSpline(Recalibrate):
@property
def delta_log_spline_points(self):
if not hasattr(self, "__delta_log_spline_points"):
if not hasattr(self, "_delta_log_spline_points"):
self._delta_log_spline_points = self._log_spline_points[1] - self._log_spline_points[0]
return self._delta_log_spline_points
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment