soup pictures

This commit is contained in:
Si11ium
2019-03-15 11:59:50 +01:00
parent 9492d650c2
commit 1e5bec814d
48 changed files with 56 additions and 54 deletions

View File

@ -13,7 +13,7 @@ class Experiment:
return dill.load(dill_file)
def __init__(self, name=None, ident=None):
self.experiment_id = '{}_{}'.format(ident or '', time.time().as_integer_ratio()[0])
self.experiment_id = '{}_{}'.format(ident or '', time.time())
self.experiment_name = name or 'unnamed_experiment'
self.next_iteration = 0
self.log_messages = []