Commit 01f570b
Fix upper bound assertions to use strict inequality
Change mu_tilde_floyd assertions from <= to < to match the API guarantee
that μ̃ < μ + λ (strict inequality) for floyd_partial.
Co-authored-by: samueltardieu <[email protected]>1 parent 2ee8be4 commit 01f570b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
0 commit comments