Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Error when setting continuous variable data ranges #79

@Shoeboxam

Description

@Shoeboxam

When setting the lower and upper bounds of continuous variables, from modal on page load, an exception is thrown in the onchange callback for the text box.

Uncaught TypeError: Cannot read property '0' of undefined
    at epsilon_table_validation (interface.js?t=945426:2502)
    at ValidateInput (interface.js?t=945426:2490)
    at HTMLInputElement.onchange ((index):1)

The relevant line is:
var type_chosen = inputted_metadata[variable][0];
The variable inputted_metadata is an empty object.

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