Skip to content

Commit

Permalink
removing enron data from init file
Browse files Browse the repository at this point in the history
  • Loading branch information
acostadon committed Sep 19, 2023
1 parent 5ccc8d1 commit b7bde54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/cugraph/cugraph/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
dining_prefs = Dataset(meta_path / "dining_prefs.yaml")
dolphins = Dataset(meta_path / "dolphins.yaml")
email_Eu_core = Dataset(meta_path / "email_Eu_core.yaml")
enron_edges = Dataset(meta_path / "enron_edges.yaml")
karate = Dataset(meta_path / "karate.yaml")
karate_asymmetric = Dataset(meta_path / "karate_asymmetric.yaml")
karate_disjoint = Dataset(meta_path / "karate_disjoint.yaml")
Expand Down

0 comments on commit b7bde54

Please sign in to comment.