Ticket #11352 (closed: wontfix)
WebApp does not accept list variable to contain just one number
Reported by: | Anders Markvardsen | Owned by: | Lottie Greenwood |
---|---|---|---|
Priority: | critical | Milestone: | Release 3.4 |
Component: | Tools | Keywords: | AUTOREDUCTION |
Cc: | alex.buts@…, marcus.noble@… | Blocked By: | |
Blocking: | Tester: | Anders Markvardsen |
Description
Bug reported by Alex.
If reduce_vars.py specify a parameter as a list, e.g. as shown with 'incident_energy' below:
{ standard_vars = {
'incident_energy':[81, 30, 15]
} }
Then, if I understood Alex correctly the web interface does not allow the user to specify just one number.
Change History
comment:2 Changed 5 years ago by Lottie Greenwood
- Status changed from assigned to verify
- Resolution set to wontfix
Has been resolved on script reduce_vars.py side by setting said variable to be read in as a string, rather than a list.
Note: See
TracTickets for help on using
tickets.