Misc cleanup

This commit is contained in:
Anuken
2021-06-03 18:24:54 -04:00
parent 3f27cebfb6
commit 4932d11d7b
4 changed files with 5 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ public class PowerGraph{
}
public float getPowerBalance(){
return powerBalance.mean();
return powerBalance.rawMean();
}
public float getLastPowerNeeded(){