You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@aguschin this is a known issue and is not supported. The python params implementation should really only be considered experimental and only works in a limited set of basic use cases
If someone can propose a fix, we are happy to review the PR. But as @pmrowla said, we consider it experimental, and recommend using either of json/toml/yaml files for parameters.
Bug Report
Description
When using a python file for the parameters, DVC ignores the override params flag if the value contains underscores:
DVC does not display any messages that this param has not been updated.
Reproduce
params.py
dvc exp run -S 'params.py:MYPARAM=10'
Expected
The expected result would be DVC updating the
params.py
file with the value10
, but it is left unchanged without any warning.Environment information
Output of
dvc doctor
:The text was updated successfully, but these errors were encountered: