Hi! I am trying to download bluesky datasets, but facing a weird issue with bluesky_reposts. The line graphbench.Loader(dataset_names='bluesky_reposts', root='data').load() returns an empty list. Note that this happens specifically with bluesky_reposts, the same code works fine for both bluesky_quotes and bluesky_replies (i.e., a list with a single dataset is returned for them). This problem seems distinct from #12, as in my case the code does not produce any errors.
Hi! I am trying to download bluesky datasets, but facing a weird issue with
bluesky_reposts. The linegraphbench.Loader(dataset_names='bluesky_reposts', root='data').load()returns an empty list. Note that this happens specifically withbluesky_reposts, the same code works fine for bothbluesky_quotesandbluesky_replies(i.e., a list with a single dataset is returned for them). This problem seems distinct from #12, as in my case the code does not produce any errors.