diff --git a/tests/fixtures/min-csv/config.json b/tests/fixtures/min-csv/config.json index ebfd587f..07af6f5d 100644 --- a/tests/fixtures/min-csv/config.json +++ b/tests/fixtures/min-csv/config.json @@ -10,22 +10,6 @@ "subworkflows": 1, "max_runtime": 10 }, - "create_base_extracted_entities": { - "row_range": [ - 1, - 2500 - ], - "subworkflows": 1, - "max_runtime": 300 - }, - "create_summarized_entities": { - "row_range": [ - 1, - 2500 - ], - "subworkflows": 1, - "max_runtime": 300 - }, "create_base_entity_graph": { "row_range": [ 1, @@ -108,14 +92,6 @@ "subworkflows": 1, "max_runtime": 100 }, - "create_base_documents": { - "row_range": [ - 1, - 2500 - ], - "subworkflows": 1, - "max_runtime": 10 - }, "create_final_documents": { "row_range": [ 1, diff --git a/tests/fixtures/text/config.json b/tests/fixtures/text/config.json index af1eba3f..bbe415ad 100644 --- a/tests/fixtures/text/config.json +++ b/tests/fixtures/text/config.json @@ -5,7 +5,7 @@ "create_base_text_units": { "row_range": [ 1, - 2000 + 2500 ], "subworkflows": 1, "max_runtime": 10 @@ -13,7 +13,7 @@ "create_final_covariates": { "row_range": [ 1, - 2000 + 2500 ], "nan_allowed_columns": [ "type", @@ -30,7 +30,7 @@ "create_base_entity_graph": { "row_range": [ 1, - 2000 + 2500 ], "subworkflows": 1, "max_runtime": 300 @@ -38,7 +38,7 @@ "create_final_entities": { "row_range": [ 1, - 2000 + 2500 ], "nan_allowed_columns": [ "type", @@ -51,7 +51,7 @@ "create_final_relationships": { "row_range": [ 1, - 2000 + 2500 ], "subworkflows": 1, "max_runtime": 100 @@ -59,7 +59,7 @@ "create_final_nodes": { "row_range": [ 1, - 2000 + 2500 ], "nan_allowed_columns": [ "entity_type", @@ -74,7 +74,7 @@ "create_final_communities": { "row_range": [ 1, - 2000 + 2500 ], "subworkflows": 1, "max_runtime": 10 @@ -82,7 +82,7 @@ "create_final_community_reports": { "row_range": [ 1, - 2000 + 2500 ], "nan_allowed_columns": [ "community_id", @@ -100,7 +100,7 @@ "create_final_text_units": { "row_range": [ 1, - 2000 + 2500 ], "nan_allowed_columns": [ "relationship_ids", @@ -112,7 +112,7 @@ "create_final_documents": { "row_range": [ 1, - 2000 + 2500 ], "subworkflows": 1, "max_runtime": 100