cocreators-ee / project-template

Project template for kick-starting your work the right way
Other
5 stars 7 forks source link

Fix for keeping int values #20

Closed victorv-sbp closed 4 years ago

joakimnordling commented 4 years ago

@victorv-sbp: Could you provide a minimal example of the issue?

lietu commented 4 years ago

Definitely needs at minimum a unit test demonstrating the problem and that this fixes it

lietu commented 4 years ago

The whole point of _basevalue_to_value is to convert those string values to int/bool/float/complex etc. - if you have identified bugs with that function, fix them inside that function

lietu commented 4 years ago

This has been solved by #23