Skip to content

Commit

Permalink
Merge branch 'v2.8' into v2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniBussi committed May 15, 2024
2 parents ad252bd + 0a6927d commit cdfa322
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions regtest/basic/rt32b/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ type=driver
arg="--plumed plumed.dat --trajectory-stride 10 --timestep 0.005 --ixyz ala12_trajectory.xyz --dump-forces forces --dump-forces-fmt=%10.6f"

function plumed_custom_skip() {
if test -n "$PLUMED_PYTHON_SELECT" ; then
export PLUMED_PYTHON_BIN="$PLUMED_PYTHON_SELECT"
return 1
if test -n "$PYTHON_BIN" ; then
if $PYTHON_BIN -c "import MDAnalysis; import mdtraj" 2>/dev/null ; then
export PLUMED_PYTHON_BIN=$PYTHON_BIN
return 1
fi
fi
for python_bin in python3 python3.12 python3.11 python3.10 python3.9 python3.8 python3.7 python ; do
if $python_bin -c "import MDAnalysis; import mdtraj" 2>/dev/null ; then
Expand Down

1 comment on commit cdfa322

@PlumedBot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found broken examples in automatic/a-masterclass-22-09.txt
Found broken examples in automatic/a-masterclass-22-11.txt
Found broken examples in automatic/a-masterclass-22-12.txt
Found broken examples in automatic/performance-optimization.txt
Found broken examples in automatic/a-trieste-6.txt
Found broken examples in automatic/munster.txt
Found broken examples in automatic/ANN.tmp
Found broken examples in automatic/EDS.tmp
Found broken examples in automatic/EMMI.tmp
Found broken examples in automatic/ENVIRONMENTSIMILARITY.tmp
Found broken examples in automatic/FOURIER_TRANSFORM.tmp
Found broken examples in automatic/FUNCPATHGENERAL.tmp
Found broken examples in automatic/FUNCPATHMSD.tmp
Found broken examples in automatic/FUNNEL.tmp
Found broken examples in automatic/FUNNEL_PS.tmp
Found broken examples in automatic/GHBFIX.tmp
Found broken examples in automatic/INCLUDE.tmp
Found broken examples in automatic/MAZE_OPTIMIZER_BIAS.tmp
Found broken examples in automatic/MAZE_RANDOM_ACCELERATION_MD.tmp
Found broken examples in automatic/MAZE_SIMULATED_ANNEALING.tmp
Found broken examples in automatic/MAZE_STEERED_MD.tmp
Found broken examples in automatic/PIV.tmp
Found broken examples in automatic/PLUMED.tmp
Found broken examples in MiscelaneousPP.md

Please sign in to comment.