Skip to content

Commit d67b013

Browse files
committed
Update
1 parent a972694 commit d67b013

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • PyTsetlinMachineCUDA

PyTsetlinMachineCUDA/tm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ def __getstate__(self):
7373

7474
if 'X_test' in state:
7575
del state['X_test']
76-
del state['evaluate']
7776

7877
if 'encoded_X_test_gpu' in state:
7978
del state['encoded_X_test_gpu']
79+
del state['evaluate']
8080

8181
if 'prepare_encode' in state:
8282
del state['prepare_encode']

0 commit comments

Comments
 (0)