Add close function, remove close kw in render#26
Add close function, remove close kw in render#26JobJob merged 2 commits intoJuliaML:masterfrom albheim:master
Conversation
|
Thanks! I suppose we should at least call Line 79 in 08b87cb I don't think we need to add calls to render because they might not work on the CI machines. Speaking of CI @iblis17 do you have any idea what the failures are? |
|
The CI failure is caused by recent Gym release. |
|
Maybe we should fix the gym version to avoid the uncertainty from upstream. |
Yes 💯 Also, I think we should test using Python 3, instead of Python 2, if possible. Python 2 people are a dying breed. |
|
Is PyCall python3-ready? |
yep, I think it's python3 by default if it installs python via conda too |
|
ah, okay. |
|
I forced pushed to your master, sorry about that, should have just merged #28 rather than rebasing on top of it, but I got a little reckless not realising I had to push to your branch. Anyway, to get back to normal on your machine you probably just want to (note this will blast away any changes you made so commit or stash them first) Anyway, I added a call to close in the tests. Thanks! |
As discussed in issue #25