fix burnins

This commit is contained in:
Jakub Trllo 2025-12-16 11:41:14 +01:00
parent ea59a764cd
commit a90eb2d54a

View file

@ -316,8 +316,8 @@ class ExtractBurnin(publish.Extractor):
burnin_values = {}
for key in self.positions:
value = burnin_def.get(key)
if not value:
continue
if value:
burnin_values[key] = value
# Remove "delete" tag from new representation
if "delete" in new_repre["tags"]: