1 parent 5c790df commit 73b4485Copy full SHA for 73b4485
1 file changed
tests/runtime/test_entity_identifier_pipeline.py
@@ -127,7 +127,7 @@ def test_max_train_samples_override_is_forwarded() -> None:
127
assert overrides['max_train_samples'] == 128
128
129
130
-@pytest.mark.skip(reason="pre-existing: HPO default count is 50 not 10; TODO: align spec or default")
+@pytest.mark.skip(reason='pre-existing: HPO default count is 50 not 10; TODO: align spec or default')
131
def test_full_phase_defaults_to_10_hpo_trials() -> None:
132
full = _phase_defaults('full')
133
assert full['hpo'] is True
0 commit comments