Loading examples/targets.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ Cov2: xtc: run.xtc loop: n: "range({replicas})" # range(10) out: tgt: txt: file_{n:02d}.txt # Implied computation graph Loading graph.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ from heapq import * from pathlib import Path from rules import Top from helpers import TargetError, str_ok, str_warn, str_err from helpers import TargetError, str_ok, str_warn, str_err, dict_merge import yaml, logging from functools import reduce Loading Loading
examples/targets.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ Cov2: xtc: run.xtc loop: n: "range({replicas})" # range(10) out: tgt: txt: file_{n:02d}.txt # Implied computation graph Loading
graph.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ from heapq import * from pathlib import Path from rules import Top from helpers import TargetError, str_ok, str_warn, str_err from helpers import TargetError, str_ok, str_warn, str_err, dict_merge import yaml, logging from functools import reduce Loading