Skip to content

Commit

Permalink
typo in FPBench latex change
Browse files Browse the repository at this point in the history
  • Loading branch information
jaelafield committed Nov 8, 2024
1 parent e7a3775 commit 1ef2740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/herbie/ExpressionTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ function ExpressionTable() {

const s = alternatives[i];
const fPCoreToMathJS = await herbiejs.fPCoreToMathJS(s, serverUrl);
const tex = await expressionToTex(fPCoreToMathJS, fpcore.getVarnamesMathJS(s).length, serverUrl);
const tex = await expressionToTex(fPCoreToMathJS, fpcore.getVarnamesMathJS(fPCoreToMathJS).length, serverUrl);
const newExpression = new Expression(fPCoreToMathJS, newId, spec.id, tex);
newExpressions.push(newExpression);

Expand Down

0 comments on commit 1ef2740

Please sign in to comment.