Skip to content

Commit

Permalink
add_edges_to_group fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FloLimebit committed Oct 11, 2024
1 parent 17bd45e commit 4ba6d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion medmodels/medrecord/medrecord.py
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ def add_edges(
if not self.contains_group(group):
self.add_group(group)

self.add_edge_to_group(group, edge_indices)
self.add_edges_to_group(group, edge_indices)

return edge_indices

Expand Down

0 comments on commit 4ba6d05

Please sign in to comment.