srai-tutorial
srai-tutorial copied to clipboard
05_bikes - Set / List issue with using discard() method.
Problem arises when running the final cell before Task 5 in tutorial number 5.
Using Python 3.9.6, and just using the answers jupyter notebook.
I was able to run all notebooks 1-4 smoothly before this
Hi @36tofu, Thanks for letting us know about this issue. This is related to the issue from the srai library: https://github.com/kraina-ai/srai/issues/431. You can use the solution posted there for the time being, but we'll be sure to fix this soon and update the srai library.
@piotrgramacki My apologies, I should've searched through the main SRAI repo for the same issue before posting here!
Thank you very much for the prompt reply.
Hi @36tofu! No worries, thanks again for reporting the issue. I've pushed some changes among which is a version freeze for h3 that should fix the issue you were having. I'll be updating the libraries on main to the newer versions next, but you should be able to run the notebook now, on the latest commit and a fresh installation (env + requirements).
Please let us know if it fixed the issue.