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

Performance issues in Binning stage #453

Open
delucchi-cmu opened this issue Dec 5, 2024 · 1 comment
Open

Performance issues in Binning stage #453

delucchi-cmu opened this issue Dec 5, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@delucchi-cmu
Copy link
Contributor

Bug report

From @gitosaurus:

Planning and mapping ran without any errors this time, still taking about the same duration (4h), which I expected. However, the binning phase looks stuck. it says there are two iterations to do, and it has not done even one, and it's been something like 13h and counting (if I subtract the 4h from 17h total runtime).
Planning : 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 4/4 [00:00<00:00, 10.82it/s]
Mapping : 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 176561/176561 [3:50:52<00:00, 12.75it/s]
Binning : 0%| | 0/2 [00:00<?, ?it/s]

If possible, speed up the binning phase of catalog creation. At the very least, make the progress bar more informative, as it's not just doing 2 things, it's doing 176563 things.

@delucchi-cmu delucchi-cmu added the bug Something isn't working label Dec 5, 2024
@gitosaurus
Copy link
Contributor

Final timing for the binning phase: 20h 55m 03s according to its tqdm output.

Splitting phase is predicting something on the order of 6h.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants