Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
Peppasaur committed Nov 10, 2023
1 parent aa66f5d commit 23dc165
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion easygraph/datasets/hypergraph/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .cat-edge-Cooking import *
from .cat_edge_Cooking import *
from .House_Committees import *
from .load_dataset import *
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def request_text_from_url(url):
raise EasyGraphError(f"Error: HTTP response {r.status_code}")


class cat-edge-Cooking:
class cat_edge_Cooking:
def __init__(self, data_root=None):
self.data_root = "https://" if data_root is not None else data_root
self.hyperedges_path = "https://gitlab.com/easy-graph/easygraph-data-cat-edge-cooking/-/raw/main/hyperedges.txt?inline=false"
Expand Down Expand Up @@ -102,4 +102,4 @@ def fun(data):
# a = House_Committees()
# print(a.node_labels)
# print(a.label_names)
# print(a.node_names)
# print(a.node_names)

0 comments on commit 23dc165

Please sign in to comment.