Skip to content

Commit d632f32

Browse files
Fix the linting error
1 parent 2b95ce6 commit d632f32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_ag3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def test_cohort_filtering(cohort_param, expected_result):
269269
sample_set = "1237-VO-BJ-DJOGBENOU-VMF00050"
270270
insecticide = "Deltamethrin"
271271

272-
df_baseline = ag3.phenotype_data(sample_sets=sample_set, insecticide=insecticide)
272+
# df_baseline = ag3.phenotype_data(sample_sets=sample_set, insecticide=insecticide)
273273

274274
# Apply cohort filtering
275275
df_filtered = ag3.phenotype_data(

0 commit comments

Comments
 (0)