pygsti.objects.DataSet.load¶
-
DataSet.
load
(fileOrFilename)¶ Load DataSet from a file, clearing any data is contained previously.
Parameters: string or file object. (fileOrFilename) – If a string, interpreted as a filename. If this filename ends in ”.gz”, the file will be gzip uncompressed as it is read. Returns: Return type: None