Skip to content

Commit

Permalink
Fix import in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ffl096 committed Oct 21, 2024
1 parent 00df3fb commit 6b72e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ from topomodelx.nn.simplicial.san import SAN
from topomodelx.utils.sparse import from_sparse

# Step 1: Load the Karate Club dataset
dataset = tnx.karate_club(complex_type="simplicial")
dataset = tnx.datasets.karate_club(complex_type="simplicial")

# Step 2: Prepare Laplacians and node/edge features
laplacian_down = from_sparse(dataset.down_laplacian_matrix(rank=1))
Expand Down

0 comments on commit 6b72e92

Please sign in to comment.