Closed drroe closed 3 months ago
Grr, python 😠@hainm can you take a look? https://github.com/Amber-MD/cpptraj/actions/runs/10618137181/job/29432643446?pr=1099
I'm going to merge this stuff if everything else passes this seems like one of those "with some python versions it works, with some it fails" errors, i.e. the errors are not related to the changes in this PR.
I will have a look next week, I will have an international flight.
Hai
On Thu, Aug 29, 2024 at 10:50 PM Daniel R. Roe @.***> wrote:
Grr, python 😠@hainm https://github.com/hainm can you take a look? https://github.com/Amber-MD/cpptraj/actions/runs/10618137181/job/29432643446?pr=1099
I'm going to merge this stuff if everything else passes this seems like one of those "with some python versions it works, with some it fails" errors, i.e. the errors are not related to the changes in this PR.
— Reply to this email directly, view it on GitHub https://github.com/Amber-MD/cpptraj/pull/1099#issuecomment-2318206115, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABB645K3GHM5BPMCLIPKBDLZT47N7AVCNFSM6AAAAABNKRKSG6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJYGIYDMMJRGU . You are receiving this because you were mentioned.Message ID: @.***>
Grr, python 😠@hainm can you take a look? https://github.com/Amber-MD/cpptraj/actions/runs/10618137181/job/29432643446?pr=1099
I'm going to merge this stuff if everything else passes this seems like one of those "with some python versions it works, with some it fails" errors, i.e. the errors are not related to the changes in this PR.
@drroe It seems like a real issue instead of python thing. um. I don't know why yet.
@hainm looks like the problem is pytraj
isn't fully compatible with numpy 2.1.0. When I pin numpy to 2.0.0 the tests pass again (see https://github.com/Amber-MD/cpptraj/pull/1102).
@hainm looks like the problem is
pytraj
isn't fully compatible with numpy 2.1.0. When I pin numpy to 2.0.0 the tests pass again (see #1102).
yay. thanks for resolving this in cpptraj. I will think about a solution for numpy 2.1.0. I think it's because of Cython version that generates the c++ files.
Version 6.29.0.
DR
.distance
,angle
,dihedral
, andvector
actions now check if the total mass of atoms in a mask is zero when center of mass is requested; this can happen when e.g. only lone pairs are selected.geom
keyword tovector
to enable vector calculation using geometric centers instead of center of mass (to get around the aforementioned zero mass problem).debye
keyword tovector dipole
to report dipole vector in units of Debye.bondparm
command for printing the bond parameter table.Adds a test for reading Charmm PSF files with Drude particles. Updates the manual.