Skip to content

Commit

Permalink
fix: added more elaborate filtering of modules for PyTorch
Browse files Browse the repository at this point in the history
  • Loading branch information
MLRichter committed Mar 19, 2022
1 parent 52bf78d commit 94d6d10
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions tests/test_graph/test_utils.py
Expand Up @@ -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(
Expand Down

0 comments on commit 94d6d10

Please sign in to comment.