Revert "minor fix"

This reverts commit 127daa30c5.
This commit is contained in:
Dominik Moritz Roth 2023-07-27 12:42:02 +02:00
parent 127daa30c5
commit 6753119c1d

View File

@ -245,7 +245,7 @@ class Slate():
if self.consume(config, 'sweep.enable', False):
sweepC = self.consume(config, 'sweep')
wandbC = copy.deepcopy(config['wandb'])
project = config.get('project')
project = self.consume(wandbC, 'project')
self.sweep_id = wandb.sweep(
sweep=sweepC,