-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix code formatting/naming in the docstrings
- Loading branch information
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -697,7 +697,7 @@ def transform(self, X, y=None): | |
Returns | ||
------- | ||
Xt : ndarray of shape (n_samples, n_homology_dimensions * 2 \ | ||
* n_coefficients_) | ||
This comment has been minimized.
Sorry, something went wrong.
ulupo
Contributor
|
||
* n_coefficients) | ||
Polynomial coefficients: real and imaginary parts of the complex | ||
polynomials obtained in each homology dimension from each diagram | ||
in `X`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oh dear yes! 👍