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

Speeding up panel identification #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

IgorRigolon
Copy link
Contributor

@IgorRigolon IgorRigolon commented Oct 3, 2024

There were some innefficiencies in our code. We would first download all PNADC quarters and save them to disk; then read them all again and split into panels; then identify the panels.

I moved things around to combine steps 1 and 2 into one: in the loop that loads all the data, the function now reads each quarter and already splits into panels, making it a bit faster (but probably not too much, because downloading takes the bulk of the time).

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.

1 participant