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 87103df commit cd49e9bCopy full SHA for cd49e9b
tests/integration/annotation_import/test_model_run.py
@@ -64,7 +64,7 @@ def test_model_run_update_config(model_run_with_training_metadata):
64
65
def test_model_run_reset_config(model_run_with_training_metadata):
66
res = model_run_with_training_metadata.reset_config()
67
- assert res["trainingMetadata"] == None
+ assert res["trainingMetadata"] is None
68
69
70
def test_model_run_fetch_config(model_run_with_training_metadata):
0 commit comments