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
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