Update calcs_batter.py
Add spray rates to Batting Card Ratings Model
This commit is contained in:
parent
dc798a81d4
commit
ead92a7a4b
@ -198,7 +198,10 @@ class BattingCardRatingsModel(pydantic.BaseModel):
|
||||
'flyout_rf_b': float(self.flyout_rf_b),
|
||||
'groundout_a': float(self.groundout_a),
|
||||
'groundout_b': float(self.groundout_b),
|
||||
'groundout_c': float(self.groundout_c)
|
||||
'groundout_c': float(self.groundout_c),
|
||||
'pull_rate': float(self.pull_rate),
|
||||
'center_rate': float(self.center_rate),
|
||||
'slap_rate': float(self.slap_rate)
|
||||
}
|
||||
|
||||
# def total_chances(chance_data):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user