Closed drroe closed 1 year ago
@drroe How are you going to test this? we don't run pytraj CI on Jenkins. So we need to merge your change to master
, then trigger a dummy PR in cpptraj to trigger Jenkins run there.
So this was to ensure that the randomize_ions test was being run (by removing all the --ignore
flags except the parallel_pmap one). Turns out I was just missing the output previously, so I will likely delete this PR soon. I think the real solution may be to disable the Jenkins test and just test pytraj directly on the cpptraj GitHub repo via actions.
Yeah, I agree with your plan.
Superseded by https://github.com/Amber-MD/cpptraj/pull/1035
Related to https://github.com/Amber-MD/pytraj/issues/1633#issue-1748483447
This is a work in progress to try and figure out why the randomize ions test for pytraj fails on CI but passes locally.