Skip to content

Commit

Permalink
Quick patch for v0.7.1.
Browse files Browse the repository at this point in the history
Remove printing.
  • Loading branch information
jonathanking committed Nov 3, 2021
1 parent f76150d commit 4e48b98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sidechainnet/utils/manual_adjustment.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def _repair_1GJJ_1_A(datadict):
datadict[split][key].append(datadict[split][key][idx])
elif key == 'ids':
datadict[split][key].append(datadict[split][key][idx] + "2")
print(datadict[split][key][-1])
datadict[split][key][idx] = datadict[split][key][idx] + "1"
elif key == 'ums':
datadict[split][key].append(" ".join(
Expand Down

0 comments on commit 4e48b98

Please sign in to comment.