Skip to content

Commit

Permalink
fix KeyError: 'log2_A_vs_B'
Browse files Browse the repository at this point in the history
  • Loading branch information
wolski committed Nov 23, 2023
1 parent 3e10488 commit e44f24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_module_dda_quant.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def test_plot_bench(self):
combined_list = human_strings + ecoli_strings + yeast_strings

combineddf = pd.DataFrame(
{"SPECIES": combined_list, "1|2_ratio": combined_ratios}
{"SPECIES": combined_list, "log2_A_vs_B": combined_ratios}
)
combineddf["HUMAN"] = combineddf["SPECIES"] == "HUMAN"
combineddf["ECOLI"] = combineddf["SPECIES"] == "ECOLI"
Expand Down

0 comments on commit e44f24c

Please sign in to comment.