From e4c1c0719fc79fa471a929ec1e135b1259984e6c Mon Sep 17 00:00:00 2001 From: Jorge Date: Mon, 11 Mar 2024 11:05:44 -0400 Subject: [PATCH] deleting unncesary fixtures --- tests/test_fxns.py | 10 ---------- 1 file changed, 10 deletions(-) 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))