Skip to content

Commit

Permalink
Merge pull request #22 from LukasMarckmiller/fix_issue_21_scipy_zeros
Browse files Browse the repository at this point in the history
scipy.zeros is deprecated and was removed in v.1.20.0rc1
  • Loading branch information
stevenang authored Aug 29, 2024
2 parents 5824419 + e829f1c commit 2c5f3bf
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 2c5f3bf

Please sign in to comment.