GDHF demo #2410
lint-test-build.yml
on: pull_request
lint-cli
39s
lint-docs-examples
38s
build-cli
41s
build-docs-examples
46s
build-server-docker
53s
Annotations
3 errors
Unhandled error:
discojs/dist/training/trainer.js#L15
Error: trainer's model has not been set
❯ Trainer.get model [as model] ../discojs/dist/training/trainer.js:15:19
❯ Proxy.startTraining src/components/training/Trainer.vue:269:33
This error originated in "src/components/training/__tests__/Trainer.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "increases accuracy when training alone". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
src/components/testing/__tests__/Testing.spec.ts > allows to download server's models:
webapp/src/components/testing/__tests__/Testing.spec.ts#L86
AssertionError: expected 'previous' to equal 'download'
Expected: "download"
Received: "previous"
❯ src/components/testing/__tests__/Testing.spec.ts:86:43
|
test-webapp
Process completed with exit code 1.
|