Skip to content

Commit

Permalink
Remove unused import of scipy.special in InvGaussDist class
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcorona committed Dec 2, 2024
1 parent 1972afe commit 14c6c43
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pygam/distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,9 +657,6 @@ def sample(self, mu):
return np.random.wald(mean=mu, scale=self.scale, size=None)


import scipy.special as sp_special


class TweedieDist(Distribution):
"""
Tweedie Distribution
Expand Down

0 comments on commit 14c6c43

Please sign in to comment.