Skip to content

Commit

Permalink
bug fix harrypotter
Browse files Browse the repository at this point in the history
  • Loading branch information
brendapraggastis committed Jun 9, 2021
1 parent 92a5b54 commit e7add4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypernetx/utils/toys/harrypotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(self, cols=None):
)
self.dataframe = harry

ctr = [HNXCount() for c in range(len(columns))]
ctr = [hnx.HNXCount() for c in range(len(columns))]
ldict = OrderedDict()
rdict = OrderedDict()
for idx, c in enumerate(columns):
Expand Down

0 comments on commit e7add4a

Please sign in to comment.