Skip to content

Commit

Permalink
Remove unused ensmallen_graph params
Browse files Browse the repository at this point in the history
  • Loading branch information
justaddcoffee committed Sep 23, 2020
1 parent 23f94a9 commit a6b99c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kg_covid_19/make_holdouts.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,10 @@ def make_holdouts(nodes: str, edges: str, output_dir: str,
directed=False,
edge_types_column='edge_label',
default_edge_type='biolink:Association',
# weights_column:str,
# default_weight:float,
node_path=nodes,
nodes_column='id',
default_node_type='biolink:NamedThing',
node_types_column='category',
# edge_sep="\t",
# node_sep="\t",
ignore_duplicated_edges=True,
ignore_duplicated_nodes=True,
force_conversion_to_undirected=True
Expand Down

0 comments on commit a6b99c7

Please sign in to comment.