Skip to content
Snippets Groups Projects
Commit a880317b authored by felix's avatar felix
Browse files

space deleted

parent 22aac353
No related branches found
No related tags found
No related merge requests found
......@@ -254,7 +254,7 @@ class dual_circuit():
self.layer.append(initialize_circuit_from_networkx(G))
def flow_circuit_init_from_networkx(self, input_graphs ):
def flow_circuit_init_from_networkx(self, input_graphs ):
"""
Initialize flow circuit layers with input graphs.
......@@ -272,7 +272,7 @@ class dual_circuit():
self.layer.append(initialize_flow_circuit_from_networkx(G))
def flux_circuit_init_from_networkx(self, input_graphs ):
def flux_circuit_init_from_networkx(self, input_graphs ):
"""
Initialize flux circuit layers with input graphs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment