Skip to content

Commit

Permalink
fixup merge conflict error
Browse files Browse the repository at this point in the history
  • Loading branch information
richardjgowers committed Aug 24, 2023
1 parent 0711dd7 commit db662e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gufe/tests/test_ligand_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ def test_is_connected(self, simple_network):
def test_is_not_connected(self, singleton_node_network):
assert not singleton_node_network.network.is_connected()

def test_to_rbfe_network(self):
@pytest.mark.parametrize('with_cofactor', [True, False])
def test_to_rbfe_alchemical_network(
self,
Expand Down Expand Up @@ -347,7 +346,6 @@ def test_to_rbfe_alchemical_network(
assert list(edge.mapping) == ['ligand']
assert edge.mapping['ligand'] in real_molecules_network.edges


def test_to_rbfe_alchemical_network_autoname_false(
self,
real_molecules_network,
Expand Down

0 comments on commit db662e4

Please sign in to comment.