app: stacked_cores: 41-xx: mark which inverters from the last batch were good/bad

This commit is contained in:
2022-10-04 00:22:58 -07:00
parent b869de6d91
commit ab01d8eff0
2 changed files with 11 additions and 9 deletions

View File

@@ -82,18 +82,18 @@ of_interest = []
of_interest += [(p, get_meas(p)) for p in [
SimParams41(4, 3, 400, "2e10"),
SimParams41(16, 2, 800, "2e10"),
SimParams41(4, 3, 400, "1e10"),
SimParams41(18, 1, 600, "3e9"),
SimParams41(18, 1, 600, "5e9"),
SimParams41(18, 1, 600, "1e10"),
SimParams41(18, 1, 600, "2e10"),
# SimParams41(4, 3, 400, "1e10"),
# SimParams41(9, 1, 400, "1e10"),
# SimParams41(12, 2, 600, "1e10"),
# SimParams41(12, 2, 600, "5e9"),
# SimParams41(10, 3, 800, "2e10"),
# SimParams41(6, 2, 400, "1e10"),
# SimParams41(9, 3, 600, "2e10"),
# SimParams41(10, 3, 800, "1e10"),
SimParams41(10, 3, 800, "1e10"),
# SimParams41(9, 1, 400, "5e9"),
] if get_meas(p)]