Merge remote-tracking branch 'origin/master' into fix/issue-83

# Conflicts:
#	.gitea/workflows/ci.yml
#	giant/cli.py
This commit is contained in:
2026-08-31 11:55:09 +02:00
31 changed files with 983 additions and 276 deletions
+3 -1
View File
@@ -304,13 +304,15 @@ def test_render_one_of_each_kind(tmp_path: Path):
"hm1",
"secondaries",
"heatmap",
"Confusion (single rollout)",
"Heatmap (single rollout)",
"predicted",
{
"series": {"flow": [[1, 0], [0, 1]]},
"reference": [[2, 0], [0, 1]],
"row_labels": ["0", "1+"],
"col_labels": ["0", "1+"],
"cbar_label": "count",
"log_color": True,
},
),
]