kmb266 / cs5150-basketball-project

A basketball stats program created by a CS 5150 team during the Spring 2018 semester
0 stars 0 forks source link

Team Points #2

Open dbr96 opened 6 years ago

dbr96 commented 6 years ago

https://github.com/kmb266/cs5150-basketball-project/blob/37a68d206d91ba7208e61c851fe2e65c8e60493b/app/advanced_stat.py#L4

I assume this is pulling Team Points from somewhere else in the program since there is no forumla?

kmb266 commented 6 years ago

It is not pulling from anywhere that I can see. Do you have a formula for team points?

dbr96 commented 6 years ago

No. There is no formula for Team Points. It would literally just be the total number of points from the box score. I guess it would be from the XML file in that case. My point with this question is when a formula has Team Points as part of the equation, where is the program getting the number from? Hope that made sense.