fix comment: legend no longer part of metadata

This commit is contained in:
Andreas Koepf 2025-02-16 22:53:18 +01:00
parent 0051c266d4
commit 5348d9ed69

View file

@ -88,10 +88,10 @@ class CircuitLogicDataset(ProceduralDataset):
"metadata": {
"diagram": <ASCII circuit diagram>,
"expression": <str>,
"term_strings": <list of term_strings>,
"assignments": <dict of input->0/1>,
"final_gate": <str>,
"inputs": <list of input names>,
"legend": <str with gate legend>
}
}
"""