MCPcopy
hub / github.com/Audio-AGI/AudioSep / flush

Method flush

utils.py:221–225  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

219 self.flush()
220
221 def flush(self):
222 pickle.dump(self.statistics_dict, open(self.statistics_path, "wb"))
223 pickle.dump(self.statistics_dict, open(self.backup_statistics_path, "wb"))
224 logging.info(" Dump statistics to {}".format(self.statistics_path))
225 logging.info(" Dump statistics to {}".format(self.backup_statistics_path))
226
227
228def get_mean_sdr_from_dict(sdris_dict):

Callers 1

appendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected