pybaseball icon indicating copy to clipboard operation
pybaseball copied to clipboard

Failing Test

Open samlafell opened this issue 2 years ago • 0 comments

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

samlafell avatar Oct 21 '23 22:10 samlafell