Skip to content

Commit

Permalink
sort examples
Browse files Browse the repository at this point in the history
  • Loading branch information
WeetHet committed Sep 30, 2024
1 parent 6a2e1c7 commit 7f6a063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verified_cogen/runners/chain_of_thought/step.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Step:
question: str

def __init__(self, dir: pathlib.Path):
for substep in (dir / "examples").iterdir():
for substep in sorted((dir / "examples").iterdir()):
assert substep.is_dir()
self.substeps.append(
Substep(
Expand Down

0 comments on commit 7f6a063

Please sign in to comment.