ZBT-Tools / pemfc-dash-app

MIT License
2 stars 2 forks source link

update to "unstringify" function #59

Closed lufire closed 7 months ago

lufire commented 7 months ago

"unstringify" function converts each dbc.Input value from string to float or int if possible. Before check for float was based on decimal symbol ".", now it directly tests if float conversion works. In the future, the input type should probably directly be provided to the dbc.Input fields

fkuschel commented 7 months ago

@lufire, please look at my commits.