It seems the datasets are not included in the newest pygam releases - and that is not covered by tests.
To reproduce:
from pygam.datasets import wage
X, y = wage()
Also see this PR: #402
The fix should:
- ensure the
csv are included and data loaders such as wage work
- add tests for this, since it appears this was not systematically tested