-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Location of data directories for the tests #512
Comments
fix in #513 |
Ahh OK, it seems #513 is then just an alternate solution to #457. I was working from |
So which tree is the actual current development tree? Which tree should I base PR's from? |
I think the current practice is to use dev-master for the PR. After we merge several PRs and make sure everything is OK, then we merge dev-master into master and (optionally) make a binary release. |
I am fine with #513, but it conflicts with dev-master now. |
I'll redo the PR based on dev-master |
I have been attempting to run the test infrastructure locally. Most of the tests are failing with errors like
With some more investigating, I determined that it is running this code from the directory
/home/ian/build/cytnx/tests
. That is a subdirectory of my build directory, which is fine - but I have no idea why it would think that the .cytnx files would be located two directories up from there. I guess it should be looking in the source directory.I have no idea what is different about my setup, I guess maybe people are using a build directory that is inside the source directory?
The text was updated successfully, but these errors were encountered: