cmc-csci040
cmc-csci040 copied to clipboard
CI Issue
When I run $ python -m doctest docchat.py in my terminal, it passes all the doctests, but when github runs CI, it says some of the functions are failing because a dependency is missing, specifically punkt from nltk. I have the command to download it in the code, and I don't get that error when I run the doctests, so why isn't my file passing in CI?
Hmm... this is a subtle enough problem that I'll need to look at it in person with you. You can have a 1 day extension in order to meet with me in office hours Monday and get it resolved. (I'm confident the fix will be easy once we're in person.)