diff --git a/tests/test_fxns.py b/tests/test_fxns.py index b6de0971..fd28aa2c 100644 --- a/tests/test_fxns.py +++ b/tests/test_fxns.py @@ -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))