CampbellGroup / common

Shared campbell lab code.
GNU Lesser General Public License v3.0
8 stars 5 forks source link

script scanner should handle int parameters #136

Open aransfor opened 7 years ago

aransfor commented 7 years ago

currently ints are treated as floats by the script scanner editor see /common/lib/clients/script_scanner_gui/tree_view/editors/parameter_editor.py \

the way to handle this currently is to use int(parameter) in the actual experiment but this creates confusion because in the GUI you can set a parameter called 'average' to 1.756 for instance