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 80bd6c9 commit 6e00ff5Copy full SHA for 6e00ff5
src/spaces/state.py
@@ -59,6 +59,7 @@ class State(object):
59
"""
60
def __init__(self):
61
self.idx = -1
62
+ self.bin_idx = -1
63
self.total_distortion: float = 0.0
64
self.column_names = []
65
0 commit comments