More bugfixes
This commit is contained in:
+2
-2
@@ -135,7 +135,7 @@ class Slate():
|
||||
) as run:
|
||||
config = copy.deepcopy(orig_config)
|
||||
self.deep_update(config, wandb.config)
|
||||
runner(run, config)
|
||||
runner(self, run, config)
|
||||
|
||||
assert config == {}, ('Config was not completely consumed: ', config)
|
||||
|
||||
@@ -171,7 +171,7 @@ class Slate():
|
||||
config=config,
|
||||
**wandbC
|
||||
) as run:
|
||||
runner(run, config)
|
||||
runner(self, run, config)
|
||||
|
||||
assert config == {}, ('Config was not completely consumed: ', config)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user