BoostV / process-optimizer-frontend

A web frontend for ProcessOptimizer
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

Feature/add remove factors #274

Closed j-or closed 1 year ago

j-or commented 1 year ago
j-or commented 1 year ago

When editing a factor you can change from continuous to discrete without getting any validation error.

Hmm, does this matter though? It converts the continuous value to a discrete one - which is what you chose to do.

langdal commented 1 year ago

When editing a factor you can change from continuous to discrete without getting any validation error.

Hmm, does this matter though? It converts the continuous value to a discrete one - which is what you chose to do.

Where are the numeric values converted between continuous and discrete? The min/max values in the variable definitions are converted when calculating the space parameter, not the individual data points it seems. This must also be a problem in the existing solution.