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

Write each variable, not each file #19

Open
samsrabin opened this issue Aug 26, 2024 · 1 comment
Open

Write each variable, not each file #19

samsrabin opened this issue Aug 26, 2024 · 1 comment

Comments

@samsrabin
Copy link

This would allow for a user to resume this script without having to start all over. It would also help with #18.

@glemieux
Copy link
Collaborator

glemieux commented Aug 26, 2024

This probably will be attainable with a parallelized version of the code (created #20 to track this). The current method is designed this way as the process is memory limited and chokes if we write each variable.

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