Skip to content

Commit

Permalink
deleting unncesary fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
Jgmedina95 committed Mar 11, 2024
1 parent a3bafe8 commit e4c1c07
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/test_fxns.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,6 @@ def fibronectin():
return "fibronectin pdb"


# @pytest.fixture
# def get_registry():
# return PathRegistry()


# @pytest.fixture
# def sim_fxns(get_registry):
# return SimulationFunctions(get_registry)


@pytest.fixture
def plotting_tools(get_registry):
return PlottingTools(get_registry("raw", False))
Expand Down

0 comments on commit e4c1c07

Please sign in to comment.