Close the partition after it has been conformed.
Closing the partition is important for memory management. The partition should always be closed after it is conformed to prevent memory leaks.
Closing the partition does one of the following, depending on the values of the partition’s _original and _save attributes and on the save parameter:
Parameters : |
|
---|---|
Returns : | None |
Examples
>>> p.dataarray(...)
>>> p.close()