Skip to content

Commit 9a3ce0e

Browse files
authored
Merge pull request #88 from Faezehabibi/refactor-odes
typo fixed in __main__
2 parents 0782fa6 + 8b2730a commit 9a3ce0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ngclearn/utils/diffeq/odes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ def oscillator(t, x, params, mu1=0.05, mu2=-0.01, omega=3.0, alpha=-2.0, beta=-5
171171

172172
if __name__ == "__main__":
173173
import matplotlib.pyplot as plt
174-
from ngclearn.utils.diffeq.ode_utils_scanner import solve_ode
174+
from ngclearn.utils.diffeq.ode_solver import solve_ode
175+
175176

176177
t0 = 0.
177178
dt = 0.01

0 commit comments

Comments
 (0)