Skip to content

Error messages #324

Description

@brandmaier

I just got this:


julia> model = Sem(
           specification = partable,
               data          = data
       )
ERROR: MethodError: no method matching /(::String, ::Int64)
The function `/` exists, but no method is defined for this combination of argument types.

I realized this happens because I accidentally modeled a variable that was type String. I think we should have a check to catch this and give a proper error message.

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