Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainEstebe committed Nov 29, 2024
1 parent eb05544 commit 3e0c7b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyhgf/model/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,3 +567,5 @@ def add_edges(
self.edges = edges

return self

# Functions to be added
1 change: 1 addition & 0 deletions pyhgf/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e0c7b7

Please sign in to comment.