You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raw_response = await run_endpoint_function(
File "/usr/local/lib/python3.9/site-packages/fastapi/routing.py", line 160, in run_endpoint_function
return await dependant.call(**values)
File "/app/main.py", line 40, in predict_difficulty
data = analyzer.get_feature_values_from_sus(f.name)
File "/app/analyzer.py", line 63, in get_feature_values_from_sus
sld_diff_features = self.get_feature_values(sld_diff)
File "/app/analyzer.py", line 16, in get_feature_values
max_value = max(values)
ValueError: max() arg is an empty sequence
環境 / Environment:
OS: Ubuntu 20.04
Arch: arm64
Install: Docker Stack
The text was updated successfully, but these errors were encountered:
概要 / Overview
譜面によってはフリック/スライド/タップノーツ等が存在しない場合があり
その際にエラーが発生して500が返される事象が発生している(推測)
現在の挙動 / Current Behavior:
ときおりエラーが発生して500が返される
起こるべき挙動 / Expected Behavior:
エラーを発生させずに正しく判定できるようにする
再現手順 / Steps To Reproduce:
エラーログ / Error Log:
環境 / Environment:
The text was updated successfully, but these errors were encountered: