Skip to content

Commit

Permalink
Fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCappelletti94 committed Jan 1, 2024
1 parent 60af505 commit 7a6341e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyper_spheres_sketch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ where
);

let maximal_differential_intersection_cardinality =
(euc.get_left_difference_cardinality() - last_inner_left_difference
(euc.get_left_difference_cardinality() - *last_inner_left_difference
+ right_cardinality
- last_right_cardinality)
.get_max(I::non_zero_positive_min_value());
Expand Down

0 comments on commit 7a6341e

Please sign in to comment.