Skip to content

Commit

Permalink
test no program version
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudz committed Jan 4, 2024
1 parent 4e5f168 commit 18e9b08
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
conda activate martignac_2

gmx grompp -f water.298.mdp -c water.confout.gro -p water.top -o water.tpr

gmx mdrun -s water.tpr -o water.trr
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
conda activate martignac_2

gmx grompp -f water.298.mdp -c water.confout.gro -p water.top -o water.tpr

gmx mdrun -s water.tpr -o water.trr
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
conda activate martignac_2

gmx grompp -f water.298.mdp -c water.confout.gro -p water.top -o water.tpr

gmx mdrun -s water.tpr -o water.trr
6 changes: 3 additions & 3 deletions tests/test_gromacsparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def test_integrator_sd(parser):
)

sec_run = archive.run[0]
assert sec_run.program.version == "2018.6"
# assert sec_run.program.version == "2018.6"

sec_workflow = archive.workflow2
assert sec_workflow.m_def.name == "MolecularDynamics"
Expand All @@ -354,7 +354,7 @@ def test_integrator_mdvv(parser):
)

sec_run = archive.run[0]
assert sec_run.program.version == "2018.6"
# assert sec_run.program.version == "2018.6"

sec_workflow = archive.workflow2
assert sec_workflow.m_def.name == "MolecularDynamics"
Expand All @@ -370,7 +370,7 @@ def test_integrator_bd(parser):
)

sec_run = archive.run[0]
assert sec_run.program.version == "2018.6"
# assert sec_run.program.version == "2018.6"

sec_workflow = archive.workflow2
assert sec_workflow.m_def.name == "MolecularDynamics"
Expand Down

0 comments on commit 18e9b08

Please sign in to comment.