Skip to content

Commit

Permalink
Some minor documentation changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rballeba committed Jul 18, 2024
1 parent 08ab939 commit d42812e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dect/ect.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ class Batch:
face:
The indices of the points that span a face in the simplicial complex.
Conforms to pytorch_geometric standards. Shape has to be of the form
[3,num_faces].
[3,num_faces] or [4, num_faces], depending on the type of complex
(simplicial or cubical).
node_weights: torch.FloatTensor
The weights of the nodes in the complex. The shape has to be
Optional weights for the nodes in the complex. The shape has to be
[num_nodes,].
"""

Expand Down

0 comments on commit d42812e

Please sign in to comment.