-
Notifications
You must be signed in to change notification settings - Fork 64
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
Add ability to change names in 'atommap' command #1060
Conversation
Ugh. I can't figure out why python is failing and can't reproduce it on my local machine. On the CI runner it fails with setup-python v4 and v5, and python versions 3.8 or 3.10.
@hainm this PR is crucial for a collaboration I'm doing, so I'm going to merge it. I'm 99% certain nothing in this PR is actually breaking pytraj and that the failure is in the CI framework. I would appreciate if you could double check this for me if you have the time - I don't want to actually break pytraj! |
Jenkins PGI node is offline and hanging, so I'm going to merge this. |
Noted. Thanks Dan.
Hai
…On Wed, Dec 13, 2023 at 10:56 AM Daniel R. Roe ***@***.***> wrote:
Ugh. I can't figure out why python is failing and can't reproduce it on my
local machine.
Run source cpptraj.sh && cd pytraj/tests && pytest -vs --ignore=test_parallel_pmap
============================= test session starts ==============================
platform linux -- Python 3.10.[13](https://github.com/Amber-MD/cpptraj/actions/runs/7197363527/job/19604319302?pr=1060#step:9:14), pytest-7.4.3, pluggy-1.3.0 -- /usr/share/miniconda/bin/python3.10
cachedir: .pytest_cache
rootdir: /home/runner/work/cpptraj/cpptraj/pytraj
double free or corruption (!prev)
Fatal Python error: Aborted
@hainm <https://github.com/hainm> this PR is crucial for a collaboration
I'm doing, so I'm going to merge it. I'm 99% certain nothing in this PR is
actually breaking pytraj and that the failure is in the CI framework. I
would appreciate if you could double check this for me if you have the time
- I don't want to actually break pytraj!
—
Reply to this email directly, view it on GitHub
<#1060 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABB645P36UWSUD5YSLID3GTYJHFZLAVCNFSM6AAAAABATFX6TOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJUGE4TKMRTGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Version 6.22.2. Adds the
changenames
keyword to theatommap
command, allowing target names to be changed to match the reference. Adds a test and updates manual.