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
The above line referenced is the same line that's raising errors. It's a shape mismatch (expected less params than a func returns), but that's all I can infer from the traceback and Pycharm debugger.
Summary
My debugging skills and I have reached an impasse, and I believe this debug difficulty is pretty much the same thing that caused Jat some grief.
When running tests, there is a failure in env.reset() somewhere. In Jat's PR, #165, Ben suggests the issue is related to:
The above line referenced is the same line that's raising errors. It's a shape mismatch (expected less params than a func returns), but that's all I can infer from the traceback and Pycharm debugger.
Test tracebacks
1
2
3
4
Reproduction
Make sure you pip install PZ's master branch (
pip install git+...;'), it is in
setup.py`Run pytest to see the failing tests.
The text was updated successfully, but these errors were encountered: