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
Describe the bug
Now the import code in runterm.py works for the monkeytype, however, if we just want to run the program, it will show there is an import error
To Reproduce
Steps to reproduce the behavior:
Go to example
Run pipenv run termfrequency/runtermfreq.py inputs/input.txt
See error
Expected behavior
Expect to run and produce the output with the words and frequencies
The text was updated successfully, but these errors were encountered:
Describe the bug
Now the import code in
runterm.py
works for themonkeytype
, however, if we just want to run the program, it will show there is an import errorTo Reproduce
Steps to reproduce the behavior:
example
pipenv run termfrequency/runtermfreq.py inputs/input.txt
Expected behavior
Expect to run and produce the output with the words and frequencies
The text was updated successfully, but these errors were encountered: