You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.The relevant line is:
var type_chosen = inputted_metadata[variable][0];
The variable
inputted_metadata
is an empty object.The text was updated successfully, but these errors were encountered: