-
Notifications
You must be signed in to change notification settings - Fork 49
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
Error in pytest #87
Comments
The test_coordinateset.py error is identifying a memory leak. The amount of memory in use before and after the code should be the same. If profiling is turned on, you might see this error. The other error appears to be coming from pytorch. What versions of operating system/pytorch/CUDA are you using? |
If another user or program have operations on memory, can cause this error? Can I ignore this error? CUDA: |
You can probably ignore the error, unless you are seeing memory leakage in real world practice. |
Hi, @dkoes when I run make install, there is a note at the end:
I don't know how to solve it. Thanks! |
I would guess you need to upgrade your version of git. |
Hi, when I installed the molgrid, I run the pytest .. as you said in https://github.com/mattragoza/conda-molgrid. there are errors as follows:
I don't know why the before !=after (os.getpid() returns the same value). CUDA also seems to have an error.
Thanks!
The text was updated successfully, but these errors were encountered: