rmrubin / pymotor

Generates motion, force and torque profiles for electric motor selection.
MIT License
12 stars 2 forks source link

AttributeError: 'Series' object has no attribute 'ptp' #1

Open amirahmady opened 4 years ago

amirahmady commented 4 years ago

Hi, I am trying to use example and I got this error message, AttributeError: 'Series' object has no attribute 'ptp' when executing lm = pm.LinearMotion(lm_settings).

yoonghm commented 4 years ago

Many pandas functions are depreciated. The pull request is in https://github.com/rmrubin/pymotor/pull/2