Skip to content

Commit ddbafaa

Browse files
Fix import from scipy.special: tanh, sinh, cosh
1 parent a5f846a commit ddbafaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/Ensemble.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import warnings
55
import numpy as np
66
import time
7-
7+
from scipy.special import tanh, sinh, cosh
88

99

1010
"""

0 commit comments

Comments
 (0)