day19: forgot the final result tests

This commit is contained in:
Stefan Harmuth 2021-12-19 09:12:45 +01:00
parent f909b2d97b
commit 9bd8cfe118
3 changed files with 2224 additions and 2 deletions

View File

@ -58,8 +58,8 @@ def converge(scanner_grids: List[Grid]) -> (Grid, List[Coordinate]):
class Day(AOCDay):
test_solutions_p1 = [79]
test_solutions_p2 = [3621]
test_solutions_p1 = [79, 465]
test_solutions_p2 = [3621, 12149]
def part1(self) -> Any:
scanner_grids = []

1111
inputs/test_input19_1_1 Normal file

File diff suppressed because it is too large Load Diff

1111
inputs/test_input19_2_1 Normal file

File diff suppressed because it is too large Load Diff