We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbff766 commit 2b95ce6Copy full SHA for 2b95ce6
1 file changed
malariagen_data/anoph/phenotypes.py
@@ -605,7 +605,7 @@ def phenotype_sample_sets(self) -> List[str]:
605
"""
606
Get list of sample sets that have phenotypic data available.
607
608
- all_sample_sets = self.sample_sets()["sample_set"].tolist()
+ all_sample_sets = self.sample_sets()["sample_set"].tolist() # type: ignore[operator]
609
phenotype_sample_sets = []
610
base_phenotype_path = f"{self._url}v3.2/phenotypes/all"
611
for sample_set in all_sample_sets:
0 commit comments