Skip to content

Commit 1f5e350

Browse files
committed
Precomputing data thus far
1 parent b506681 commit 1f5e350

File tree

19 files changed

+3048913
-1
lines changed

19 files changed

+3048913
-1
lines changed

src/data/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def __init__(self, name='scale'):
6262
[v.finish(self.data, idx) for idx, v in enumerate(self.variables)]
6363
kill_idxs = list(reversed(sorted([
6464
idx for idx, variable in enumerate(self.variables)
65-
if len(variable.domain) > DOMAIN_CAP
65+
if len(variable.domain) > DOMAIN_CAP or len(variable.domain) < 2
6666
])))
6767
print 'Killed variables', kill_idxs
6868
for idx in kill_idxs:

0 commit comments

Comments
 (0)