remove extraneous code
This commit is contained in:
parent
1072f3d147
commit
665910b70c
1 changed files with 0 additions and 4 deletions
|
@ -2,7 +2,6 @@
|
|||
from types import ModuleType
|
||||
import solutions_1680721604
|
||||
import solutions_1680730206
|
||||
import solutions_1680730206
|
||||
import solutions_1680975848
|
||||
|
||||
solutions = {}
|
||||
|
@ -64,6 +63,3 @@ for dims in sorted(dims_seen):
|
|||
dump_list(f"too_far_away_{dims}", too_far_away.get(dims, []))
|
||||
dump_list(f"too_positive_{dims}", too_positive.get(dims, []))
|
||||
dump_list(f"totally_fine_{dims}", totally_fine.get(dims, []))
|
||||
|
||||
# print(len(totally_fine))
|
||||
# print(len(totally_fine) + len(too_centered) + len(too_positive))
|
||||
|
|
Loading…
Reference in a new issue