Add lp_stats to after-lp features

This commit is contained in:
2021-04-11 08:57:57 -05:00
parent 945f6a091c
commit 2bc1e21f8e
7 changed files with 12 additions and 4 deletions

View File

@@ -36,4 +36,4 @@ def test_benchmark() -> None:
)
benchmark.write_csv("/tmp/benchmark.csv")
assert os.path.isfile("/tmp/benchmark.csv")
assert benchmark.results.values.shape == (12, 20)
assert benchmark.results.values.shape == (12, 21)