Skip to content

Commit

Permalink
Update model_utils.py (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
Faezehabibi authored Nov 19, 2024
1 parent 889d230 commit 7338c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngclearn/utils/model_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def sine(x, omega_0=30):

@jit
def d_sine(x, omega_0=30):
"""
"""
frequency = omega_0
frequency * cos(x * frequency).
Expand Down

0 comments on commit 7338c34

Please sign in to comment.