-
Notifications
You must be signed in to change notification settings - Fork 38
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
adding dirac operator for CCC #303
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #303 +/- ##
==========================================
+ Coverage 97.29% 97.31% +0.02%
==========================================
Files 29 29
Lines 3359 3389 +30
==========================================
+ Hits 3268 3298 +30
Misses 91 91
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise looks good to me
scipy.sparse.csr.csc_matrix | tuple[dict, dict, scipy.sparse.csc_matrix] | ||
The dirac operator matrix, if `index` is False, otherwise | ||
row_indices : dict | ||
List identifying rows and columns of the dirac operator matrix. Only | ||
returned if `index` is True. | ||
scipy.sparse.csr.csc_matrix | ||
The dirac operator matrix of this combinatorial complex. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scipy.sparse.csr.csc_matrix | tuple[dict, dict, scipy.sparse.csc_matrix] | |
The dirac operator matrix, if `index` is False, otherwise | |
row_indices : dict | |
List identifying rows and columns of the dirac operator matrix. Only | |
returned if `index` is True. | |
scipy.sparse.csr.csc_matrix | |
The dirac operator matrix of this combinatorial complex. | |
row_indices, col_indices : dict | |
List identifying rows and columns of the dirac operator matrix. Only | |
returned if `index` is True. | |
dirac_matrix : scipy.sparse.csr.csc_matrix | |
The dirac operator matrix of this combinatorial complex. |
No description provided.