Skip to content

Commit 6e00ff5

Browse files
committed
#53 NOP
1 parent 80bd6c9 commit 6e00ff5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/spaces/state.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ class State(object):
5959
"""
6060
def __init__(self):
6161
self.idx = -1
62+
self.bin_idx = -1
6263
self.total_distortion: float = 0.0
6364
self.column_names = []
6465

0 commit comments

Comments
 (0)