File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 506506 " min_transcripts=5,\n " ,
507507 " cell_id_col='segger_cell_id',\n " ,
508508 " use_cc=False,\n " ,
509- " knn_method='cuda ',\n " ,
509+ " knn_method='kd_tree ',\n " ,
510510 " verbose=True,\n " ,
511511 " )\n "
512512 ]
513513 },
514- {
515- "cell_type" : " markdown" ,
516- "id" : " 3aa5002c" ,
517- "metadata" : {},
518- "source" : []
519- },
520514 {
521515 "cell_type" : " markdown" ,
522516 "id" : " 0a823035" ,
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ def decode(
133133 Decode the node embeddings to predict edge values.
134134
135135 Args:
136- z (dict[str, Tensor]): Node embeddings for each node type.
136+ z_dict (dict[str, Tensor]): Node embeddings for each node type.
137137 edge_index (EdgeIndex): Edge label indices.
138138
139139 Returns:
You can’t perform that action at this time.
0 commit comments