From 94d6d1055c80063dc996bccca86573e053346cad Mon Sep 17 00:00:00 2001 From: MLRichter Date: Sat, 19 Mar 2022 16:18:25 +0100 Subject: [PATCH] fix: added more elaborate filtering of modules for PyTorch --- tests/test_graph/test_utils.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tests/test_graph/test_utils.py b/tests/test_graph/test_utils.py index 4839583..bc669d9 100644 --- a/tests/test_graph/test_utils.py +++ b/tests/test_graph/test_utils.py @@ -14,19 +14,6 @@ ) -@pytest.fixture() -def example(): - import pandas as pd - - pd.DataFrame.from_dict( - {"columnInt": [1, 2, 3], "colStr": ["A", "1", "B"], "colFloat": [1.0, 2.0, 3.0]} - ).to_csv("float.csv", sep=";") - yield "float.csv" - import os - - os.remove("float.csv") - - @pytest.fixture() def single_node(): node0 = EnrichedNetworkNode(