Closed pbenner closed 1 year ago
This looks like it's due to having both cloned and pip
-installed the repo. If you pip uninstall -y matbench-discovery
and pip install -e ./matbench-discovery
the clone, I think it should work?
Ok yes, with the editable install the tests are working. Would be nice to have it more pythonic and not depend on an editable installation.
Unless you clone, there should be no way to run the tests, right? (Except for the fact I'm currently bundling the test files with the package. I tried to exclude them. Not sure why that's not working.)
In any case, the main reason for cloning I think would be to have an editable install? And in that case, the tests pass. So I think the problem here is minor. But of course, less potential pitfalls, more good. :)
Closing as I think there's nothing actionable here at the moment. Happy to re-open if something comes up.