Skip to content

Commit

Permalink
LBF
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekrozemberczki committed Jan 5, 2022
1 parent 59af450 commit dbfec92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion littleballoffur/sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def _check_indexing(self, graph):
def _check_graph(self, graph: nx.classes.graph.Graph):
"""Check the Little Ball of Fur assumptions about the graph."""
self._check_networkx_graph(graph)
self._check_connectivity(graph)
self._check_directedness(graph)
self._check_indexing(graph)

Expand Down

0 comments on commit dbfec92

Please sign in to comment.