mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-23 16:55:05 +00:00
fix comment: legend no longer part of metadata
This commit is contained in:
parent
0051c266d4
commit
5348d9ed69
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
}
|
||||
}
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue