Skip to content

Commit

Permalink
fixed bugs in simulate network function
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin committed May 15, 2024
1 parent 14ff186 commit 791b2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resistnet/resistance_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@ def simulate(self, spec_file, num_reps, num_samples, out):
self.format_sampled_points(samples)

# Compute subgraph and annotate edges
self._K = self.parse_subgraph_from_points()
self._K = self.parse_subgraph_from_points(base)
self._K = self.annotate_edges()

# Simulate composite resistance
Expand Down

0 comments on commit 791b2cf

Please sign in to comment.