pyGAM icon indicating copy to clipboard operation
pyGAM copied to clipboard

[MNT] CI job to run notebook examples

Open fkiraly opened this issue 4 months ago • 1 comments

Adds a CI job to run notebook examples.

This should prevent missing datasets such as in https://github.com/dswah/pyGAM/pull/401

fkiraly avatar Nov 08 '25 15:11 fkiraly

@fkiraly looks like the bash script needs execution privileges at least. Can you fix?

dswah avatar Nov 17 '25 21:11 dswah

fixed - but now the code does not seem to be able to find the wage.csv. Any ideas?

fkiraly avatar Dec 23 '25 23:12 fkiraly

@fkiraly i will try a local install to narrow down if pygam is being distributed without CSV files, or if UV is not installing them...

dswah avatar Dec 24 '25 09:12 dswah

OK, neither local UV nor PIP installs include the datasets... perhaps they are not being distributed?

dswah avatar Dec 24 '25 09:12 dswah

OK, neither local UV nor PIP installs include the datasets... perhaps they are not being distributed?

@fkiraly indeed, inspecting the TAR.gz on pypi shows that the dataets CSVs are not included

dswah avatar Dec 24 '25 10:12 dswah