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
I found out that the pytest actually does not test laplace.py because the parameter is not passed inside test_laplace function. The default parameter for extrapolation is set to biharmonic and I’m pretty sure that is the one used for test_laplace.
I found out that the pytest actually does not test
laplace.py
because the parameter is not passed insidetest_laplace
function. The default parameter for extrapolation is set to biharmonic and I’m pretty sure that is the one used fortest_laplace
.turtleFSI/tests/test_turtleFSI.py
Lines 67 to 86 in 29e8724
Here is coverage report that shows we are not hitting
laplace.py
I will fix it and will create a PR.
The text was updated successfully, but these errors were encountered: