TestEvaluate
test must be run from python/lib/evaluations
#602
Labels
Low Hanging Fruit
This should not take a lot of time
python/lib/evaluations/dmod/test/test_evaluate.py::TestEvaluate
tests must be run frompython/lib/evaluations
or the tests fail.Simple fix is changing to:
Not sure if this is exactly what we want or if this is more systemic. @christophertubbs, can you weigh in on this?
Edit: Changing the current working directory is necessary b.c.
evaluate.Evaluator
specification's can includebackend
s (external resources) via relative or absolute file paths (see linked example). Tests in this test suite use specifications that define resources with relative file paths that improperly resolve when the tests are run from unexpected working directories.The text was updated successfully, but these errors were encountered: