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

Allow sequential_distibute to save/load large domains. #154

Merged

Conversation

ninnghazad
Copy link
Contributor

Uses numpy.save to write parts of the domain to separate files.
Not exactly perfect, as to do so the immutable tostore has to be converted to list() and back.
But it works for at least 120mio triangles.

Points, triangles and all quantities get their own files.

See #147

Uses numpy.save to write parts of the domain to separate files.
Not exactly perfect, as to do so the immutable tostore has to be converted to list() and back.
But it works for at least 120mio triangles.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.01%) to 42.58% when pulling 10eba3a on ninnghazad:update-cache-for-large-domains into 9169d60 on GeoscienceAustralia:master.

@stoiver stoiver merged commit 10eba3a into GeoscienceAustralia:master May 7, 2019
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.

None yet

3 participants