Skip to content

Commit

Permalink
1 file edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Croc-Prog-github authored Jul 23, 2024
1 parent fbc52f0 commit 0465c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Probability-Manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class ProbabilityManager {
this.instances = {};
}

/*toArray() {
toArray() {
const result = [];
for (const [instanceName, lists] of Object.entries(this.instances)) {
for (const [listName, list] of Object.entries(lists)) {
Expand All @@ -102,5 +102,5 @@ class ProbabilityManager {
}
}
return result;
}*/
}
}

0 comments on commit 0465c11

Please sign in to comment.