DemandVectorSP.save_to_numpy¶
- DemandVectorSP.save_to_numpy(file: str, **kwargs) None [source]¶
Save object into a single file in uncompressed
.npz
format.- Parameters
- filestr or file
Filename as str or open file.
- kwargskeyword arguments, optional
Keyword arguments saved to file.
See also
make_save_dict
numpy.savez
numpy.lib.npyio.NpzFile