Skip to content

Commit

Permalink
♻️ Fixes some small syntax errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Aug 20, 2021
1 parent e670bb2 commit 3d30d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simzoo/common/disturbances.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def impulse_disturbance(
):
return impulse_magnitude * (-np.sign(input_signal))

# # Return undisturbed state
# Return undisturbed state
return np.zeros_like(input_signal)


Expand Down

0 comments on commit 3d30d65

Please sign in to comment.