d519630d14
While this fix prevents an assertion error, the assertion error was being suppressed; and was only noticeable via pytest -s where the error was printed to console. Future work should be done to minimize the use of bare exceptions so these tests do not fail silently