Skip to content

Commit 03263cb

Browse files
committed
Cleanup
1 parent aff3da0 commit 03263cb

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

tests/integration/annotation_import/test_model_run.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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())

tests/integration/test_data_row_metadata.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

tests/integration/test_data_rows.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)