Skip to content

Commit

Permalink
fixes failed discordant_logic test after commit 98647c6
Browse files Browse the repository at this point in the history
  • Loading branch information
jaamarks committed Mar 6, 2024
1 parent 102cfda commit ff37def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/workflow/scripts/test_sample_concordance.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def test_add_discordant_replicate_missing_pair(fake_cfg, concordance):
(False, True, pd.NA, pd.NA, "ID"), # KING concordant
(True, True, pd.NA, "UN", pd.NA), # GRAF discordant
(True, True, pd.NA, pd.NA, "UN"), # KING discordant
(False, True, pd.NA, pd.NA, pd.NA), # All missing so don't call
(True, True, pd.NA, pd.NA, pd.NA), # All missing so don't call
],
)
def test_add_discordant_logic(expected_result, is_rep, plink, graf, king):
Expand Down

0 comments on commit ff37def

Please sign in to comment.