Skip to content

Commit 3d0aff8

Browse files
committed
importing the optimize function to the top level doesn't work, because it clashes with the module name, so remove the line from the __init__.py
1 parent 47058db commit 3d0aff8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pynumdiff/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@
99
from pynumdiff.linear_model import lineardiff, polydiff, spectraldiff, savgoldiff
1010
from pynumdiff.kalman_smooth import constant_velocity, constant_acceleration, constant_jerk,\
1111
known_dynamics
12-
from pynumdiff.optimize import optimize

0 commit comments

Comments
 (0)