Skip to content

Commit 7338c34

Browse files
authored
Update model_utils.py (#78)
1 parent 889d230 commit 7338c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ngclearn/utils/model_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def sine(x, omega_0=30):
285285

286286
@jit
287287
def d_sine(x, omega_0=30):
288-
"""
288+
"""
289289
frequency = omega_0
290290
frequency * cos(x * frequency).
291291

0 commit comments

Comments
 (0)