Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upInconsistent home and away teams in drawn finals using get_afltables_stats() #116
Comments
|
I think this should be fixed on the development version on github @insightlane. Would love any feedback to confirm but at least the above test case should be fixed |
In get_afltables_stats() for drawn finals, there are inconsistent Home.team and Away.team fields which seem to relate to the player-level Playing.for field (as per every other match). This is inconsistent with all other games where the Home.team and Away.team are static for each match. Seems to be okay for all other spot-checked drawn matches.
Brief description of the problem