rusty1s / pytorch_cluster

PyTorch Extension Library of Optimized Graph Cluster Algorithms
MIT License
824 stars 148 forks source link

General Union types are not currently supported in v1.6.1 #189

Closed Albert-Zhao-2020 closed 7 months ago

Albert-Zhao-2020 commented 1 year ago

RuntimeError:
General Union types are not currently supported. Only Union[T, NoneType] (i.e. Optional[T]) is supported.:
File "/home/zj/miniconda3/envs/yukewang/lib/python3.8/site-packages/torch_cluster/rw.py", line 18
num_nodes: Optional[int] = None,
return_edge_indices: bool = False,
) -> Union[Tensor, Tuple[Tensor, Tensor]]:


    """Samples random walks of length :obj:`walk_length` from all node indices                                                                                                                                                                                                            
    in :obj:`start` in the graph given by :obj:`(row, col)` as described in the
rusty1s commented 1 year ago

What PyTorch version are you on?

github-actions[bot] commented 7 months ago

This issue had no activity for 6 months. It will be closed in 2 weeks unless there is some new activity. Is this issue already resolved?