day19: forgot the final result tests
This commit is contained in:
parent
f909b2d97b
commit
9bd8cfe118
4
day19.py
4
day19.py
@ -58,8 +58,8 @@ def converge(scanner_grids: List[Grid]) -> (Grid, List[Coordinate]):
|
|||||||
|
|
||||||
|
|
||||||
class Day(AOCDay):
|
class Day(AOCDay):
|
||||||
test_solutions_p1 = [79]
|
test_solutions_p1 = [79, 465]
|
||||||
test_solutions_p2 = [3621]
|
test_solutions_p2 = [3621, 12149]
|
||||||
|
|
||||||
def part1(self) -> Any:
|
def part1(self) -> Any:
|
||||||
scanner_grids = []
|
scanner_grids = []
|
||||||
|
|||||||
1111
inputs/test_input19_1_1
Normal file
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
1111
inputs/test_input19_2_1
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user