mikeizbicki / cmc-csci046

CMC's Data Structures and Algorithms Course Materials
55 stars 155 forks source link

Internal Error when running tests #479

Closed norawillett closed 1 year ago

norawillett commented 1 year ago

I am passing all of my tests (besides the extra credit), but also getting a bunch of internal error messages.

INTERNALERROR> Traceback (most recent call last):
INTERNALERROR>   File "/home/Leonora.Willett.25/.local/lib/python3.6/site-packages/_pytest/main.py", line 268, in wrap_session
INTERNALERROR>     session.exitstatus = doit(config, session) or 0
INTERNALERROR>   File "/home/Leonora.Willett.25/.local/lib/python3.6/site-packages/_pytest/main.py", line 322, in _main
INTERNALERROR>     config.hook.pytest_runtestloop(session=session)
INTERNALERROR>   File "/home/Leonora.Willett.25/.local/lib/python3.6/site-packages/pluggy/_hooks.py", line 265, in __call__
INTERNALERROR>     return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult)
INTERNALERROR>   File "/home/Leonora.Willett.25/.local/lib/python3.6/site-packages/pluggy/_manager.py", line 80, in _hookexec
INTERNALERROR>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
INTERNALERROR>   File "/home/Leonora.Willett.25/.local/lib/python3.6/site-packages/pluggy/_callers.py", line 60, in _multicall
INTERNALERROR>     return outcome.get_result()
INTERNALERROR>   File "/home/Leonora.Willett.25/.local/lib/python3.6/site-packages/pluggy/_result.py", line 60, in get_result
INTERNALERROR>     raise ex[1].with_traceback(ex[2])
INTERNALERROR>   File "/home/Leonora.Willett.25/.local/lib/python3.6/site-packages/pluggy/_callers.py", line 39, in _multicall

When I push it to GitHub, it passes the linter but gives me "Error: Process completed with exit code 143". Any suggestions to fix this?

mikeizbicki commented 1 year ago

Resolved during lab.