Skip to content

Commit 6cda958

Browse files
committed
Remove global variable declarations for math and Plotly in plotSolutionScript.js that were causing errors in the node.js runs
1 parent b2892b7 commit 6cda958

File tree

8 files changed

+347
-29
lines changed

8 files changed

+347
-29
lines changed

dist/feascript.cjs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript.cjs.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 341 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/visualization/plotSolutionScript.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
// |_| | |_ //
99
// Website: https://feascript.com/ \__| //
1010

11-
const math = window.math;
12-
const Plotly = window.Plotly;
13-
1411
/**
1512
* Function to create plots of the solution vector
1613
* @param {*} solutionVector - The computed solution vector

0 commit comments

Comments
 (0)