Skip to content

Commit

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

cls = AlchemicalNetwork
key = "AlchemicalNetwork-8c6df17d7ecf5902e2e338984cc11140"
repr = "<AlchemicalNetwork-8c6df17d7ecf5902e2e338984cc11140>"
key = "AlchemicalNetwork-7f0cf9403891eb7deaae860515ea1c63"
repr = "<AlchemicalNetwork-7f0cf9403891eb7deaae860515ea1c63>"

@pytest.fixture
def instance(self, benzene_variants_star_map):
Expand Down
2 changes: 1 addition & 1 deletion gufe/tests/test_transformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def test_dump_load_roundtrip(self, absolute_transformation):
class TestNonTransformation(GufeTokenizableTestsMixin):

cls = NonTransformation
key = "NonTransformation-8c81ca1e263572bc3235a15a11bad376"
key = "NonTransformation-c4ddc34c8f2b6cbd3cc41eeb031bc906"
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
Expand Down

0 comments on commit db39971

Please sign in to comment.