Skip to content

Fixed __maybe_resample_data freq performance #329

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

Merged
merged 3 commits into from
Aug 2, 2021

Conversation

Sean-Ker
Copy link
Contributor

@Sean-Ker Sean-Ker commented Apr 30, 2021

Fixes #318 for more information. First time submitting a pull request. Any feedback is appreciated!

@Sean-Ker
Copy link
Contributor Author

I just noticed that black has formatted the code differentially and I cannot get flake8 to get working on my machine. Any help is more than welcome. Thanks.

@kernc
Copy link
Owner

kernc commented Apr 30, 2021

Certainly prefer patches that are functionally minimal.

Black is very opinionated. What troubles flake8 on your machine? Should be a simple pip install flake8.

@Sean-Ker
Copy link
Contributor Author

I have fixed the formatting of the code. Are there any other issues?

By the way, Flake8 did not work for me because of some compatibility problem with pycodestyle==2.7.0. So I had to downgrade it to 2.3.1.

@kernc
Copy link
Owner

kernc commented Aug 2, 2021

Many thanks for illustrating this alternative approach! 🍰

@kernc kernc merged commit a0c6589 into kernc:master Aug 2, 2021
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

Successfully merging this pull request may close these issues.

VERY SLOW _plotting._maybe_resample_data()
2 participants