Closed adria0 closed 5 months ago
Attention: Patch coverage is 53.33333%
with 7 lines
in your changes missing coverage. Please review.
Project coverage is 82.06%. Comparing base (
32599e8
) to head (3d7cca4
).
Files | Patch % | Lines |
---|---|---|
halo2_debug/src/lib.rs | 53.33% | 7 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I am not sure about the change in the PCS. Particularly, the addition of a rng parameter in
new
. Seems like IPA doesn't use it and KZG keeps using OsRng.I wonder if there is a cleaner way to get deterministic params for the tests. What do you think about leaving
new
as is, and adding a function that generates some fixed kzg parameters for testing?
Sure, a good option, there's the ::setup
there
@ed255 recheck again plz. Happened that with multithreading we get different results with OsX and Linux, so I limited the number of threads and fixed the CI.
heap-profiling
feature (that is activated with --all-features)vector-tests
, note that the main idea here is that this feature is activated via--all-features
so the vector tests are specific to--all-features