Skip to content

Commit

Permalink
Fix syntax issue for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
nikele2001 committed Dec 17, 2023
1 parent ed52e21 commit b00cf12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 0 additions & 4 deletions src/models/sampleTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@ const project = AlgorithmTester.generateProjectWithRandomWeights(27);
const logic = new AlgorithmRunner(project, 10); // 3 is the number of groups desired
console.log(logic.prettyPrintGroupings());

// Project with 27 nodes and 10 groups and 0 weights
const project2 = Project.createBlankProject('proj name', 27);
const logic2 = new AlgorithmRunner(project2, 10); // 3 is the number of groups desired
console.log(logic2.prettyPrintGroupings());
11 changes: 8 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1648,10 +1648,10 @@ error-ex@^1.3.1:
dependencies:
is-arrayish "^0.2.1"

esbuild-windows[email protected]:
esbuild-darwin[email protected]:
version "0.14.47"
resolved "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.14.47.tgz"
integrity sha512-/Pk5jIEH34T68r8PweKRi77W49KwanZ8X6lr3vDAtOlH5EumPE4pBHqkCUdELanvsT14yMXLQ/C/8XPi1pAtkQ==
resolved "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.14.47.tgz"
integrity sha512-R6oaW0y5/u6Eccti/TS6c/2c1xYTb1izwK3gajJwi4vIfNs1s8B1dQzI1UiC9T61YovOQVuePDcfqHLT3mUZJA==

[email protected]:
version "0.14.47"
Expand Down Expand Up @@ -1962,6 +1962,11 @@ fs.realpath@^1.0.0:
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==

fsevents@^2.3.2, fsevents@~2.3.2:
version "2.3.3"
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==

function-bind@^1.1.2:
version "1.1.2"
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"
Expand Down

0 comments on commit b00cf12

Please sign in to comment.