Skip to content

Commit

Permalink
scipy.zeros is deprecated and was removed in v.1.20.0rc1. Replaced by…
Browse files Browse the repository at this point in the history
… numpy.zeros as suggested by scipy.
  • Loading branch information
[email protected] committed Jun 5, 2024
1 parent 5824419 commit e829f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RunTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from math import sqrt as sqrt
from scipy.special import erfc as erfc
from scipy.special import gammaincc as gammaincc
from scipy import zeros as zeros
from numpy import zeros

class RunTest:

Expand Down

0 comments on commit e829f1c

Please sign in to comment.