We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d4463 commit 6fe09d4Copy full SHA for 6fe09d4
1 file changed
tests/anoph/test_cnv_frq.py
@@ -643,7 +643,7 @@ def test_gene_cnv_frequencies_advanced_with_variant_query(
643
area_by = "admin1_iso"
644
period_by = "year"
645
region = random.choice(api.contigs)
646
- variant_query = "cnv_type == '{variant_query_option}'"
+ variant_query = f"cnv_type == '{variant_query_option}'"
647
648
check_gene_cnv_frequencies_advanced(
649
api=api,
0 commit comments