We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to be able to restore previously packed objects from a file and continue the packing afterwards.
We can save the packed_objects class as a pickle file and use it to restore previously packed objects.
packed_objects
Should this be independent of the grid? May have to recalculate inside/outside points for compartments if the grid is different.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use Case
I would like to be able to restore previously packed objects from a file and continue the packing afterwards.
Solution
We can save the
packed_objects
class as a pickle file and use it to restore previously packed objects.Things to consider
Should this be independent of the grid? May have to recalculate inside/outside points for compartments if the grid is different.
The text was updated successfully, but these errors were encountered: