Skip to content

Commit

Permalink
Change keys
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahbaumann committed Jan 26, 2024
1 parent b81bb38 commit e4d37b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gufe/tests/test_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ def _create(
class TestProtocol(GufeTokenizableTestsMixin):

cls = DummyProtocol
key = "DummyProtocol-9244bc1d3ec3161ac48867f0c1029bf1"
repr = "<DummyProtocol-9244bc1d3ec3161ac48867f0c1029bf1>"
key = "DummyProtocol-6d82d776ce3e240e4d1e98f29bea3b28"
repr = "<DummyProtocol-6d82d776ce3e240e4d1e98f29bea3b28>"

@pytest.fixture
def instance(self):
Expand Down
7 changes: 3 additions & 4 deletions gufe/tests/test_transformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ def complex_equilibrium(solvated_complex):


class TestTransformation(GufeTokenizableTestsMixin):

cls = Transformation
key = "Transformation-3166a168ef6ea2a7b2f036415ca52a61"
repr = "Transformation(stateA=ChemicalSystem(name=, components={'ligand': SmallMoleculeComponent(name=toluene), 'solvent': SolventComponent(name=O, K+, Cl-)}), stateB=ChemicalSystem(name=, components={'protein': ProteinComponent(name=), 'solvent': SolventComponent(name=O, K+, Cl-), 'ligand': SmallMoleculeComponent(name=toluene)}), protocol=<DummyProtocol-9244bc1d3ec3161ac48867f0c1029bf1>)"
key = "Transformation-42ea0e1db263fc1813c70ac7d70bcf78"
repr = "Transformation(stateA=ChemicalSystem(name=, components={'ligand': SmallMoleculeComponent(name=toluene), 'solvent': SolventComponent(name=O, K+, Cl-)}), stateB=ChemicalSystem(name=, components={'protein': ProteinComponent(name=), 'solvent': SolventComponent(name=O, K+, Cl-), 'ligand': SmallMoleculeComponent(name=toluene)}), protocol=<DummyProtocol-6d82d776ce3e240e4d1e98f29bea3b28>)"

@pytest.fixture
def instance(self, absolute_transformation):
Expand Down Expand Up @@ -127,7 +126,7 @@ class TestNonTransformation(GufeTokenizableTestsMixin):

cls = NonTransformation
key = "NonTransformation-8c81ca1e263572bc3235a15a11bad376"
repr = "NonTransformation(stateA=ChemicalSystem(name=, components={'protein': ProteinComponent(name=), 'solvent': SolventComponent(name=O, K+, Cl-), 'ligand': SmallMoleculeComponent(name=toluene)}), stateB=ChemicalSystem(name=, components={'protein': ProteinComponent(name=), 'solvent': SolventComponent(name=O, K+, Cl-), 'ligand': SmallMoleculeComponent(name=toluene)}), protocol=<DummyProtocol-9244bc1d3ec3161ac48867f0c1029bf1>)"
repr = "NonTransformation(stateA=ChemicalSystem(name=, components={'protein': ProteinComponent(name=), 'solvent': SolventComponent(name=O, K+, Cl-), 'ligand': SmallMoleculeComponent(name=toluene)}), stateB=ChemicalSystem(name=, components={'protein': ProteinComponent(name=), 'solvent': SolventComponent(name=O, K+, Cl-), 'ligand': SmallMoleculeComponent(name=toluene)}), protocol=<DummyProtocol-6d82d776ce3e240e4d1e98f29bea3b28>)"

@pytest.fixture
def instance(self, complex_equilibrium):
Expand Down

0 comments on commit e4d37b9

Please sign in to comment.