Pringleman83 / SportsBook

A sports data scraping and analysis tool
GNU General Public License v3.0
82 stars 38 forks source link

Benchmark base predictions not working under Bet Study scraper #90

Closed Pringleman83 closed 5 years ago

Pringleman83 commented 5 years ago

When the Bet Study scarper is selected the benchmark method of generating predictions doesn't produce any results.

Fixtures, results and league data all appear to be scraped and accessible, so this is a mystery for now.

Pringleman83 commented 5 years ago

Fixed issue #90. The Bet Study scraper returning result scores as strings with spaces. This was due to the is_number() function in commonFunctions.py not recognising strings containing only spaces and numbers as numbers. This has now been fixed.