From 3e0c7b74283da95a192722704577264615fb6a0e Mon Sep 17 00:00:00 2001 From: SylvainEstebe Date: Fri, 29 Nov 2024 14:12:35 +0100 Subject: [PATCH] test --- pyhgf/model/network.py | 2 ++ pyhgf/plots.py | 1 + 2 files changed, 3 insertions(+) diff --git a/pyhgf/model/network.py b/pyhgf/model/network.py index 3eec09908..454223e21 100644 --- a/pyhgf/model/network.py +++ b/pyhgf/model/network.py @@ -567,3 +567,5 @@ def add_edges( self.edges = edges return self + +# Functions to be added \ No newline at end of file diff --git a/pyhgf/plots.py b/pyhgf/plots.py index ce35a021c..d7eaae94b 100644 --- a/pyhgf/plots.py +++ b/pyhgf/plots.py @@ -7,6 +7,7 @@ import pandas as pd import seaborn as sns from matplotlib.axes import Axes +import networkx as nx if TYPE_CHECKING: from graphviz.sources import Source