Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a larger poly size in the unit tests #235

Merged
merged 4 commits into from
Jan 15, 2024
Merged

Conversation

fionser
Copy link
Collaborator

@fionser fionser commented Jan 13, 2024

I am trying to use zama's NTT crate which needs polysize > 8.
This PR simply replaces the polysize=8 in the tests to a larger value (e.g., 16, 32)

Copy link
Owner

@tlepoint tlepoint left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this change!

Copy link

codecov bot commented Jan 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1d06ca4) 93.74% compared to head (3e3a6ed) 93.71%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #235      +/-   ##
==========================================
- Coverage   93.74%   93.71%   -0.03%     
==========================================
  Files          42       42              
  Lines        8184     8193       +9     
==========================================
+ Hits         7672     7678       +6     
- Misses        512      515       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tlepoint
Copy link
Owner

Could you please run cargo +nightly fmt? Thank you!

@tlepoint tlepoint merged commit 2e2c3c2 into tlepoint:main Jan 15, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants