mirror of
https://github.com/clearml/clearml
synced 2025-03-03 18:52:12 +00:00
Fix task.connect() dictionary to update the section (not override it) just like in API < 2.9
This commit is contained in:
parent
d56eb03381
commit
0704cf0c8e
@ -351,7 +351,7 @@ class _Arguments(object):
|
|||||||
if param_types:
|
if param_types:
|
||||||
param_types = dict((prefix+k, v) for k, v in param_types.items())
|
param_types = dict((prefix+k, v) for k, v in param_types.items())
|
||||||
# this will only set the specific section
|
# this will only set the specific section
|
||||||
self._task.set_parameters(
|
self._task.update_parameters(
|
||||||
dictionary,
|
dictionary,
|
||||||
__parameters_prefix=prefix,
|
__parameters_prefix=prefix,
|
||||||
__parameters_descriptions=descriptions,
|
__parameters_descriptions=descriptions,
|
||||||
|
Loading…
Reference in New Issue
Block a user