cleanup and < 3 bundle pre-filter

This commit is contained in:
Adrian Manteza
2022-03-24 16:47:55 +00:00
parent 79580c5394
commit 6ebe33a76b
4 changed files with 12 additions and 9 deletions

View File

@ -43,7 +43,6 @@ def csv_to_item(items_csv_reader, solver_run):
item[col] = row[key]
# confirm item is only added if it meets the criteria of 100% constraints as a pre-filter
# items.append(Item.parse_obj(item))
valid_item = True
item = Item.parse_obj(item)
for constraint in solver_run.constraints: