diff --git a/structuralcodes/core/_section_results.py b/structuralcodes/core/_section_results.py index c5c111ea..9dfddee2 100644 --- a/structuralcodes/core/_section_results.py +++ b/structuralcodes/core/_section_results.py @@ -1217,7 +1217,7 @@ def eps_a(self): def chi_y(self): """Return chi_y (curvature about y-axis.""" if self.strains is not None: - self.strains[:, 1] + return self.strains[:, 1] raise ValueError('Strains are not available in this result object.') @property