srush / raspy

An interactive exploration of Transformer programming.
https://srush.github.io/raspy
MIT License
240 stars 20 forks source link

`test_rasp.py` gives error message when run #4

Open ebigelow opened 11 months ago

ebigelow commented 11 months ago

It looks like raspy used to have definitions for eq,select_all, select_width and maybe some other functions that have since been removed. When I run python test_rasp.py after cloning the repo, I get the error:

ImportError: cannot import name 'eq' from 'raspy' (/path/to/raspy/__init__.py)