aimz.ImpactModel.cleanup#
- ImpactModel.cleanup()[source]#
Clean up the temporary directory created for storing outputs.
If the temporary directory was never created or has already been cleaned up, this method does nothing. It does not delete any explicitly specified output directory. While the temporary directory is typically removed automatically during garbage collection, this behavior is not guaranteed. Therefore, calling this method explicitly is recommended to ensure timely resource release.
See also
cleanup_models()— clean temporary directories for all tracked model instances.- Return type:
None