1

Filtrer les sets sans minifigs dans le graphique step21

This commit is contained in:
2025-12-03 21:04:11 +01:00
parent 1d3c035978
commit e8cd0d346d
2 changed files with 4 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ def test_plot_minifigs_per_set_outputs_image(tmp_path: Path) -> None:
"set_num,set_id,name,year,minifig_count\n"
"123-1,123,Set A,2020,2\n"
"124-1,124,Set B,2021,1\n"
"125-1,125,Set C,2021,0\n"
)
plot_minifigs_per_set(counts_path, destination_path)