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