1

Ignore le genre inconnu dans la répartition

This commit is contained in:
2025-12-03 22:44:48 +01:00
parent d5ff3cd076
commit cc613a88af
3 changed files with 5 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ def test_plot_minifig_gender_share(tmp_path: Path) -> None:
"gender,minifig_count\n"
"male,2\n"
"female,1\n"
"unknown,1\n"
"unknown,5\n"
)
plot_minifig_gender_share(counts_path, destination)