Skip to content

2 Different errors when calling build_model #48

@ff6347

Description

@ff6347

Not realted to #41

When calling build_model for spot 41 user 9 from the middlelayer I get the following error (with dev branch):

{"data":{},"success":[false],"message":["Error in sprintf(\"%s_spot%d\", prefix, spot_id) : \n  invalid format '%d'; use format %s for character objects\n"]}

When calling it through the interface of opencpu i get the following errors:

{
  "data": {},
  "success": [false],
  "message": ["Error : stat::step() failed for the following step numbers:\nstep = 1: Error in stats::step(object = null, scope = list(upper = full, lower = null),  : \n  AIC is -infinity for this model, so 'step' cannot proceed\n\nstep = 2: Error in stats::step(object = null, scope = list(upper = full, lower = null),  : \n  AIC is -infinity for this model, so 'step' cannot proceed\n\n"]
}

Don't know if they are related and it can wait until you are back at work @hsonne :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions