pybaseball
pybaseball copied to clipboard
Failing Test
Hi all,
There is currently a failing test when running pytest after working on a different issue.
tests/integration/pybaseball/test_statcast_fielding.py:20: in test_statcast_outs_above_average
assert len(result.columns) == 17
ERROR tests/integration/pybaseball/test_statcast_fielding.py - AssertionError: assert 16 == 17
It seems the schema of the statcast_fielding table may have changed upstream compared to when this code was written.
Can others confirm they're also seeing this?
Few more details:
Mac OS Python 3.10.13
cd pybaseball
python -m venv pybaseball_env
source pybaseball_env/bin/activate
pip install -e .
pytest