We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76150d commit 4e48b98Copy full SHA for 4e48b98
sidechainnet/utils/manual_adjustment.py
@@ -80,7 +80,6 @@ def _repair_1GJJ_1_A(datadict):
80
datadict[split][key].append(datadict[split][key][idx])
81
elif key == 'ids':
82
datadict[split][key].append(datadict[split][key][idx] + "2")
83
- print(datadict[split][key][-1])
84
datadict[split][key][idx] = datadict[split][key][idx] + "1"
85
elif key == 'ums':
86
datadict[split][key].append(" ".join(
0 commit comments