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

Error when setting continuous variable data ranges #79

Open
Shoeboxam opened this issue Aug 2, 2019 · 0 comments
Open

Error when setting continuous variable data ranges #79

Shoeboxam opened this issue Aug 2, 2019 · 0 comments

Comments

@Shoeboxam
Copy link
Member

Shoeboxam commented Aug 2, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant