Page 1 of 1

How to find the reason for the status: "completed/error"

Posted: Tue Sep 22, 2020 12:31 am
by lcw68
As the title suggests, I don't know what happened when the status "completed/error" shows up. I could someone could help. Thank! :D

Re: How to find the reason for the status: "completed/error"

Posted: Thu Jan 21, 2021 1:54 pm
by LogIN
Probably some or all models failed to complete with the specific dataset., so if not all models are successfully completed status would be "completed/error".
Specific model can fail because of many different reasons.

Please be sure to always use latest SIMON version:

docker run --rm --detach --name genular --tty --interactive --env IS_DOCKER='true' --env TZ=Europe/London --volume genular_data_master:/mnt/usrdata --publish 3010:3010 --publish 3011:3011 --publish 3012:3012 --publish 3013:3013 genular/simon:latest

Hope it helps.