Skip to content

Commit abf7da5

Browse files
committed
minor fix
1 parent 3f15ed4 commit abf7da5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/welltestpy/estimate/spotpylib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def _lin(x):
4343

4444
def _is_callable_tuple(input):
4545
result = False
46+
length = 0
4647
try:
4748
length = len(input)
4849
except TypeError:

0 commit comments

Comments
 (0)