We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f15ed4 commit abf7da5Copy full SHA for abf7da5
1 file changed
src/welltestpy/estimate/spotpylib.py
@@ -43,6 +43,7 @@ def _lin(x):
43
44
def _is_callable_tuple(input):
45
result = False
46
+ length = 0
47
try:
48
length = len(input)
49
except TypeError:
0 commit comments