-
Notifications
You must be signed in to change notification settings - Fork 34
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
New iterative generators #661
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #661 +/- ##
==========================================
- Coverage 93.50% 92.80% -0.71%
==========================================
Files 64 65 +1
Lines 5005 5085 +80
==========================================
+ Hits 4680 4719 +39
- Misses 325 366 +41 ☔ View full report in Codecov by Sentry. |
@Marconurisso @MartaMorandini Can you check again that these two functions look correct? I wrote tests only for |
I've now also added an NGF function, please check that it's correct and we should add a few simple tests. |
Added three iterative deterministic generators:
Code adapted from the "Higher-order Laplacian Renormalization" repo.