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
Could you add some instructions in the README file to handle unit test failures? Especially, the unit tests for tudatpy don't show any error traceback nor there is a log file, so it is difficult to find the cause. Maybe, it can be suggested to run them with pytest -s instead of pytest.
The text was updated successfully, but these errors were encountered:
Could you add some instructions in the README file to handle unit test failures? Especially, the unit tests for tudatpy don't show any error traceback nor there is a log file, so it is difficult to find the cause. Maybe, it can be suggested to run them with
pytest -s
instead ofpytest
.The text was updated successfully, but these errors were encountered: