save()#
- InterpInputOperator.save(savefile: str, overwrite: bool = False) None#
Save the operator to an HDF5 file.
If the
interpolatoris not fromscipy.interpolate, it must be passed toload()when recovering the operator.- Parameters:
- savefilestr
Path of the file to save the basis in.
- overwritebool
If
True, overwrite the file if it already exists. IfFalse(default), raise aFileExistsErrorif the file already exists.