Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sensor.get_data() speedup #174

Open
saroele opened this issue Dec 17, 2016 · 1 comment
Open

sensor.get_data() speedup #174

saroele opened this issue Dec 17, 2016 · 1 comment

Comments

@saroele
Copy link
Member

saroele commented Dec 17, 2016

It seems that the get_data() method is slow because of the reindex() calls.
They are there to ensure a correct interpolation to get the sensor values precisely at the requested times. Maybe there are better ways to obtain this behaviour

@JrtPec
Copy link
Member

JrtPec commented Dec 21, 2016

I doubt it. What you're looking for is a method that combines resample and interpolate, which I don't think exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants