Skip to content

Commit

Permalink
narrative matching: fix crash in plot_similarity.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Aethor committed Mar 10, 2024
1 parent 97e1619 commit b792b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matching/plot/plot_similarity.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
args.max_delimiter_first_media,
args.min_delimiter_second_media,
args.max_delimiter_second_media,
cumulative=args.cumulative_graph,
cumulative=args.cumulative,
)

# Compute similarity
Expand Down

0 comments on commit b792b4a

Please sign in to comment.