Change to the new added
This commit is contained in:
+2
-2
@@ -269,8 +269,8 @@ class ChanKLU:
|
||||
self.fx_strength = final_score
|
||||
# 转换为0-100分制以保持接口一致性
|
||||
#self.fx_strength = int((final_score + 3) * 100 / 6) # -3到3映射到0-100
|
||||
if final_score > 1.8:
|
||||
print(self.time, final_score, is_bi_end, post_fx_confirmation, fx_quality)
|
||||
#if final_score > 1.8:
|
||||
#print(self.time, final_score, is_bi_end, post_fx_confirmation, fx_quality)
|
||||
#print(self.time, final_score, is_bi_end, post_fx_confirmation, fx_quality)
|
||||
#self.fx_strength = self.cal_fx()
|
||||
return self.fx_strength
|
||||
|
||||
Reference in New Issue
Block a user