Skip to content

Commit cce0d93

Browse files
author
Jawad Chowdhury
committed
added missing import
1 parent 604b9a4 commit cce0d93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BGlib/be/analysis/utils/jc1_be_loop.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
from scipy.spatial import ConvexHull
1818
from scipy.special import erf, erfinv
1919
import warnings
20+
from scipy.optimize import curve_fit
2021

2122
# switching32 = np.dtype([('V+', np.float32),
2223
# ('V-', np.float32),

0 commit comments

Comments
 (0)