Skip to content

Commit 827035b

Browse files
committed
up randomsac
1 parent 9783afa commit 827035b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

js/ai/neuron/neuron.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
randomInt,
77
randomFloat,
88
randomShuffle,
9-
} from "randomsac/random.js";
9+
} from "randomsac";
1010

1111

1212

@@ -46,4 +46,4 @@ for (let i = 0; i < 10000; i += 1) {
4646
}
4747

4848
console.log(usedDataSet);
49-
console.log(weight);
49+
console.log(weight);

js/ai/neuron/package-lock.json

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

js/ai/neuron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"type": "module",
55
"private": true,
66
"dependencies": {
7-
"randomsac": "^10.1.0"
7+
"randomsac": "^10.1.3"
88
}
99
}

0 commit comments

Comments
 (0)