File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -75,11 +75,7 @@ def test_model_run_get_config(model_run_with_training_metadata):
7575 assert res ["batch_size" ] == new_config ["batch_size" ]
7676
7777
78- def test_model_run_data_rows_delete (client , model_run_with_model_run_data_rows ):
79- # models = list(client.get_models())
80- # model = models[0]
81- # model_runs = list(model.model_runs())
82- # model_run = model_runs[0]
78+ def test_model_run_data_rows_delete (model_run_with_model_run_data_rows ):
8379 model_run = model_run_with_model_run_data_rows
8480
8581 before = list (model_run .model_run_data_rows ())
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ def mdo(client):
4040 mdo ._raw_ontology .append (FAKE_NUMBER_FIELD )
4141 mdo ._build_ontology ()
4242 yield mdo
43- mdo .delete_schema (CUSTOM_TEXT_SCHEMA_NAME )
4443
4544
4645@pytest .fixture
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ def mdo(client):
3535 mdo ._raw_ontology = mdo ._get_ontology ()
3636 mdo ._build_ontology ()
3737 yield mdo
38- mdo .delete_schema (CUSTOM_TEXT_SCHEMA_NAME )
3938
4039
4140@pytest .fixture
You can’t perform that action at this time.
0 commit comments