Skip to content

Commit

Permalink
remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
marjanalbooyeh committed Aug 29, 2023
1 parent 9483944 commit 18339b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions hoomd_organics/tests/base_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,6 @@


class BaseTest:
# @pytest.fixture(autouse=True)
# def initdir(self, tmpdir):
# tmpdir.chdir()
#
# @pytest.fixture()
# def polyethylene_system(self):
# system = Pack(
# molecule=PolyEthylene,
# n_mols=5,
# mol_kwargs={"length": 5},
# density=0.5
# )
# system.apply_forcefield(forcefield=GAFF(), remove_hydrogens=False)
# return system
#

@pytest.fixture()
def benzene_smiles(self):
return "c1ccccc1"
Expand Down
Empty file.

0 comments on commit 18339b6

Please sign in to comment.