Skip to content

Commit

Permalink
Merge pull request #15 from a-t-0/improve-structure
Browse files Browse the repository at this point in the history
Renamed plotting files.
  • Loading branch information
a-t-0 committed Feb 1, 2023
2 parents 10bfb07 + 46b4270 commit ab32986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snnalgorithms/get_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from networkx.classes.digraph import DiGraph
from numpy import ndarray
from snnbackends.networkx.LIF_neuron import LIF_neuron
from snnbackends.plot_graphs import plot_circular_graph
from snncompare.export_plots.plot_graphs import plot_circular_graph
from typeguard import TYPE_CHECKING, typechecked

if TYPE_CHECKING:
Expand Down

0 comments on commit ab32986

Please sign in to comment.