Skip to content

Commit

Permalink
remove twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-rliu committed Oct 17, 2023
1 parent 858e155 commit 875011d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions python/cugraph/cugraph/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,3 @@
europe_osm = Dataset(meta_path / "europe_osm.yaml")
# 1.5 GB
hollywood = Dataset(meta_path / "hollywood.yaml")
# 8.8 GB (requires large memory)
# FIXME: Disable adding this dataset until dask_cudf can be used with Dataset?
# twitter = Dataset(meta_path / "soc-twitter-2010.yaml")
1 change: 0 additions & 1 deletion python/cugraph/cugraph/testing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,4 @@
toy_graph_undirected,
]
DEFAULT_DATASETS = [dolphins, netscience, karate_disjoint]
# FIXME: should twitter be included within BENCHMARKING_DATASETS? May require dask_cudf first
BENCHMARKING_DATASETS = [soc_livejournal, cit_patents, europe_osm, hollywood]

0 comments on commit 875011d

Please sign in to comment.