Skip to content

Commit

Permalink
remove beta gamma from namespace
Browse files Browse the repository at this point in the history
avoid conflict with automatic variables
  • Loading branch information
idanpa committed Mar 15, 2024
1 parent a718eed commit a22546a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions calcpy/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
from sympy.stats import *
from sympy.plotting import plot3d

del beta, gamma, Beta, Gamma # avoid conflict with auto variables

# aliases:
choose = binomial
π = pi
Expand Down

0 comments on commit a22546a

Please sign in to comment.