Closed michalsustr closed 5 years ago
Thanks. We will try to reproduce and take a look into a fix.
It's possible we have fixed this already. Could you check if this is still occurring at HEAD? Thank you!
I guess there will be a new problem because we don't have a folder named google3/third_party
.
I guess there will be a new problem because we don't have a folder named
google3/third_party
. You are right. I have the same problem.
Running tests under Python 3.6.5: /Users/albertmu/Desktop/workspace/open_spiel/venv/bin/python3
[ RUN ] PlaythroughTest.test_rerun_playthroughs
[ FAILED ] PlaythroughTest.test_rerun_playthroughs
======================================================================
ERROR: test_rerun_playthroughs (__main__.PlaythroughTest)
test_rerun_playthroughs (__main__.PlaythroughTest)
----------------------------------------------------------------------
FileNotFoundError: [Errno 2] No such file or directory: '/Users/workspace/open_spiel/open_spiel/python/../../google3/third_party/open_spiel/integration_tests/playthroughs/'
Thanks for the report. I fixed it internally, and will come out when it is submitted (just need to remove "google3/third_party/").
Output of the test:
My setup: