Kaiwen Dong

Results 3 comments of Kaiwen Dong

I also got this warning when using headless mode. Is it related to the headless mode only? ``` Unclosed client session client_session: Unclosed connector connections: ['deque([(, 968953.797247469)])'] connector: ```

Thanks for your reply. However, the sampling seems to be more consistent on homogeneous data. Is that also expected somehow on heterogeneous data?

If we sample on homogeneous graph, the sampled data for either disjoint=True or False will be the same. To reproduce, running `python disjoint.py --disjoint=0 --heter=0` and `python disjoint.py --disjoint=1 --heter=0`...