# Bug Report <!-- ## Issue name Issue names must follow the pattern `command: description` where the command is the dvc command that you are trying to run. The description should describe the consequence of the bug. Example: `repro: doesn't detect input changes` --> ## Description <!-- A clear and concise description of what the bug is. --> When tuples are used in parameters, dvc always marks them as modified. ```sh dvc status ``` outputs ```yaml train_model: changed deps: model/parameters.py: modified: NGRAM_VECTORIZER_RANGE ``` regardless of whether `NGRAM_VECTORIZER_RANGE` has been changed