pyGAM icon indicating copy to clipboard operation
pyGAM copied to clipboard

Fix Issue #357 for scipy >=1.14.0

Open ouslan opened this issue 1 year ago • 0 comments

Change Logs

  • Change .A to .toarray() in pygam/pygam.py
  • Change .A to .toarray() in pygam/terms.py
  • Change .A to .toarray() in pygam/tests/test_terms.py
  • Change .A to .toarray() in pygam/utils.py
  • Change .A to .toarray() and np.alltrue() to np.all()pygam/tests/test_penalties.py`
  • Added environment directory to .gitignore

ouslan avatar Dec 08 '24 22:12 ouslan