stvsmth / kenpom

Scrape KenPom NCAA basketball for display of basic data
MIT License
0 stars 0 forks source link

Wofford sometimes disappears. #1

Closed stvsmth closed 3 years ago

stvsmth commented 3 years ago

While testing the Tourney Mode changes, I noticed that Wofford would sometimes disappear. Not sure what's going on here. I'm guessing it's a larger issue; however, I've yet to find another example (but I haven't dug into it yet so that it could be something simple).

❯ ./kenpom.py woff
   Team   Code  Rank  Off / Def    Rec  Conf
--------------------------------------------
Wofford    WOF   127  106 / 171   15-9    SC

Data through games of Monday, April 5  (4285 games)

Top `n`, code(s), conference(s), or school(s) [25]: woff,duke
Team   Code  Rank  Off / Def    Rec  Conf
-----------------------------------------
Duke   DUKE    36   18 /  79  13-11   ACC

Data through games of Monday, April 5  (4285 games)

Top `n`, code(s), conference(s), or school(s) [25]: duke,woff
Team   Code  Rank  Off / Def    Rec  Conf
-----------------------------------------
Duke   DUKE    36   18 /  79  13-11   ACC

Data through games of Monday, April 5  (4285 games)

Top `n`, code(s), conference(s), or school(s) [25]: duke,vt
         Team   Code  Rank  Off / Def    Rec  Conf
--------------------------------------------------
         Duke   DUKE    36   18 /  79  13-11   ACC
Virginia Tech     VT    52   59 /  53   15-7   ACC

Data through games of Monday, April 5  (4285 games)

Top `n`, code(s), conference(s), or school(s) [25]: vt,wake
         Team   Code  Rank  Off / Def    Rec  Conf
--------------------------------------------------
Virginia Tech     VT    52   59 /  53   15-7   ACC
  Wake Forest   WAKE   175  191 / 169   6-16   ACC

Data through games of Monday, April 5  (4285 games)

Top `n`, code(s), conference(s), or school(s) [25]:
stvsmth commented 3 years ago

Not a bug ... just assumed my documentation was correct and, when combined with #2, looks like a bug. Gotta fix parameter passing.