I was running into a weird pytest issue when working on updating the test cases in #372.
Running the full test suite with pytest test/ passes, but running only the evaluate subdirectory with pytest test/evaluate fails with errors that indicate an outdated version of spras/evaluation.py being imported, one that doesn't match what I was updating for #372.
I was running into a weird pytest issue when working on updating the test cases in #372.
Running the full test suite with
pytest test/passes, but running only the evaluate subdirectory withpytest test/evaluatefails with errors that indicate an outdated version ofspras/evaluation.pybeing imported, one that doesn't match what I was updating for #372.