micric
micric
@rubenrivm did you build with cmake or make?
@rubenrivm thank you. I was asking because I managed to use the intel coverage tool with Make, but can't make it work using CMake. I will try more.
Thank you, I had the same problem too!
For example in the teamyearbyyearstats endpoint, the Parameters are named LeagueID, PerMode, SeasonType and TeamID, but in python the actual variables are called league_id, per_mode_simple, season_type_all_star and team_id. ` stat...
Yes, the pytest version we were using was really old, unfortunately. Other packages were upgraded as well, I will check if any of them in particular caused the slowdown. Thank...