Skip to content

Commit

Permalink
fix missing output column
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Weinbauer committed Apr 15, 2024
1 parent 4846a6b commit d47bf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synrbl/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(
self.mcs_data_col = "mcs"
self.columns = [
"input_reaction",
"reaction",
reaction_col,
"solved",
"solved_by",
"confidence",
Expand Down

0 comments on commit d47bf66

Please sign in to comment.