You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears, that testbook passes string instead of complex variable when testing a function that takes a complex number as an argument.
I attached three files.
Complex.ipynb contains function 'func_complex' that takes one complex argument.
complex_testbook.ipynb is a test file. It contains one of your simple references. It tries to call func_complex.
Please add complex type to the testbook (see the patch attached)
It appears, that testbook passes string instead of complex variable when testing a function that takes a complex number as an argument.
I attached three files.
Complex.ipynb contains function 'func_complex' that takes one complex argument.
complex_testbook.ipynb is a test file. It contains one of your simple references. It tries to call func_complex.
Please add complex type to the testbook (see the patch attached)
testbook_complex.zip
The text was updated successfully, but these errors were encountered: