Skip to content

Commit 4989f74

Browse files
remove tests for g123 and dipclust
1 parent 7303340 commit 4989f74

2 files changed

Lines changed: 0 additions & 38 deletions

File tree

tests/anoph/test_dipclust.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
from malariagen_data import af1 as _af1
66
from malariagen_data import ag3 as _ag3
7-
from malariagen_data import adir1 as _adir1
87
from malariagen_data.anoph.dipclust import AnophelesDipClustAnalysis
98

109

@@ -61,24 +60,6 @@ def af1_sim_api(af1_sim_fixture):
6160
)
6261

6362

64-
@pytest.fixture
65-
def adir1_sim_api(adir1_sim_fixture):
66-
return AnophelesDipClustAnalysis(
67-
url=adir1_sim_fixture.url,
68-
public_url=adir1_sim_fixture.url,
69-
config_path=_adir1.CONFIG_PATH,
70-
major_version_number=_adir1.MAJOR_VERSION_NUMBER,
71-
major_version_path=_adir1.MAJOR_VERSION_PATH,
72-
pre=False,
73-
gff_gene_type="protein_coding_gene",
74-
gff_gene_name_attribute="Note",
75-
gff_default_attributes=("ID", "Parent", "Note", "description"),
76-
default_site_mask="dirus",
77-
results_cache=adir1_sim_fixture.results_cache_path.as_posix(),
78-
taxon_colors=_adir1.TAXON_COLORS,
79-
)
80-
81-
8263
# N.B., here we use pytest_cases to parametrize tests. Each
8364
# function whose name begins with "case_" defines a set of
8465
# inputs to the test functions. See the documentation for

tests/anoph/test_fst.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
from malariagen_data import af1 as _af1
1111
from malariagen_data import ag3 as _ag3
12-
from malariagen_data import adir1 as _adir1
1312
from malariagen_data.anoph.fst import AnophelesFstAnalysis
1413

1514

@@ -58,24 +57,6 @@ def af1_sim_api(af1_sim_fixture):
5857
)
5958

6059

61-
@pytest.fixture
62-
def adir1_sim_api(adir1_sim_fixture):
63-
return AnophelesFstAnalysis(
64-
url=adir1_sim_fixture.url,
65-
public_url=adir1_sim_fixture.url,
66-
config_path=_adir1.CONFIG_PATH,
67-
major_version_number=_adir1.MAJOR_VERSION_NUMBER,
68-
major_version_path=_adir1.MAJOR_VERSION_PATH,
69-
pre=False,
70-
gff_gene_type="protein_coding_gene",
71-
gff_gene_name_attribute="Note",
72-
gff_default_attributes=("ID", "Parent", "Note", "description"),
73-
default_site_mask="dirus",
74-
results_cache=adir1_sim_fixture.results_cache_path.as_posix(),
75-
taxon_colors=_adir1.TAXON_COLORS,
76-
)
77-
78-
7960
# N.B., here we use pytest_cases to parametrize tests. Each
8061
# function whose name begins with "case_" defines a set of
8162
# inputs to the test functions. See the documentation for

0 commit comments

Comments
 (0)