Skip to content

Commit

Permalink
fix: eval script references undefined temperature
Browse files Browse the repository at this point in the history
  • Loading branch information
zlalvani committed May 7, 2024
1 parent 27dd00d commit 7692bf6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/src/eval.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,7 @@ program

const graph = bumpgen.graph.initialize(errors);

console.log(
`ITERATION ${iterations} of ${maxIterations} with temperation ${temperature}`,
);
console.log(`ITERATION ${iterations} of ${maxIterations}`);

let iterationResult;

Expand Down

0 comments on commit 7692bf6

Please sign in to comment.