Skip to content

Commit

Permalink
removed unused print
Browse files Browse the repository at this point in the history
  • Loading branch information
ShisatoYano committed Jul 9, 2024
1 parent 2e6ee2f commit c2705a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/course/cubic_spline_course/cubic_spline.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ def __init__(self, x_points, y_points):

def _calculate_coefficient_a(self):
self.a = [y_point for y_point in self.y_points]
print(self.a)

0 comments on commit c2705a5

Please sign in to comment.