jldbc / jldbc/pybaseball

Failing Test

Open
#389 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.7k
Forks
428
PR merge metrics
No merged PRs in 30d

Description

Hi all,
There is currently a failing test when running `pytest` after working on a different issue.

```bash
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
```bash
cd pybaseball

python -m venv pybaseball_env

source pybaseball_env/bin/activate

pip install -e .

pytest

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.