Skip to content

Commit

Permalink
delete print in data_preprocessing function
Browse files Browse the repository at this point in the history
Co-authored-by: Gui-FernandesBR <[email protected]>
  • Loading branch information
kalounis and Gui-FernandesBR authored Dec 19, 2023
1 parent 44fd8b7 commit c76dccb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rocketpy/mathutils/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,6 @@ def low_pass_filter(self, alpha):
Function
The function with the incoming source filtered
"""
print(self.source)
filtered_signal = np.zeros_like(self.source)
filtered_signal[0] = self.source[0]

Expand Down

0 comments on commit c76dccb

Please sign in to comment.