In [src/gen_experiments/odes.py ](..tree/main/src/gen_experiments/odes.py) and [src/gen_experiments/utils.py ](..tree/main//src/gen_experiments/utils.py), the reference `_BaseSINDy` is under `pysindy.pysindy`, which does not exist in >=2.0.0 version of PySINDy? Should it be `pysindy._core` instead?
In src/gen_experiments/odes.py and src/gen_experiments/utils.py , the reference
_BaseSINDyis underpysindy.pysindy, which does not exist in >=2.0.0 version of PySINDy?Should it be
pysindy._coreinstead?