We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8974c60 commit 8f1ecbdCopy full SHA for 8f1ecbd
tests/mlflow/test_mlflow.py
@@ -235,7 +235,7 @@ def test_tag_truncation(tmpdir: py.path.local) -> None:
235
first_run_dict = first_run.to_dictionary()
236
237
my_user_attr = first_run_dict["data"]["tags"]["my_user_attr"]
238
- assert len(my_user_attr) <= 5000
+ assert len(my_user_attr) <= 8000
239
240
241
def test_nest_trials(tmpdir: py.path.local) -> None:
0 commit comments