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

Parallelize the Roman Simulated Time Domain Survey notebook #8

Closed
vandesai1 opened this issue Jul 30, 2024 · 2 comments
Closed

Parallelize the Roman Simulated Time Domain Survey notebook #8

vandesai1 opened this issue Jul 30, 2024 · 2 comments

Comments

@vandesai1
Copy link

There is a cell in the Roman Simulated Time Domain Survey notebook that says it will take a couple of minutes. It is a for loop. Parallelize this to make it go faster!

@troyraen
Copy link
Contributor

troyraen commented Aug 9, 2024

The NEOWISE parquet notebook revealed an issue that affects this, documented in #15. TL;DR : If we parallelize this, it will work fine on Linux (including science platforms) but won't work for Mac and Windows users out of the box -- they'll have to manually copy the function into a separate .py file first. (There are other options, but come with tradeoffs.)

@vandesai1 do you still want this parallelized? Fine with me either way, and I can do it if you want it.

@troyraen
Copy link
Contributor

We decided to leave this as-is for now. The discussion of how to structure repos (code in separate file vs in the notebook) and which notebooks live in which repo (irsa-tutorials vs fornax-demo-notebooks) will be ongoing.

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