私は、とValueError:float型に文字列を変換できませんでした:これをやっている間、しきい値
python signal_arduino_relax.py -t threshold
Setting threshold to threshold
を以下のコマンドで問題が生じています、私は下記のエラーを得た:
Traceback (most recent call last):
File "signal_arduino_relax.py", line 122, in <module>
threshold = float(sys.argv[2])
ValueError: could not convert string to float: threshold
どのようにできましたこの問題を解決します?
'-t'の引数に実際のしきい値を入れてみてください:' -t 1.0' –
'sys.argv [2]'を実際の数値にするのはどうですか? –