Skip to content

Commit

Permalink
Minor code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aecio committed Jun 3, 2024
1 parent 73451be commit e87c17e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bdikit/visualization/mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def plot_column_mappings(column_mappings):
)
display(column_mappings_df)


def plot_value_mappings(value_mappings, include_unmatches=True):
sorted_results = sorted(
value_mappings.items(), key=lambda x: x[1]["coverage"], reverse=True
Expand Down

0 comments on commit e87c17e

Please sign in to comment.