Skip to content

Commit

Permalink
Modified carsons don't need compute_D
Browse files Browse the repository at this point in the history
  • Loading branch information
veronicaguo committed Feb 11, 2020
1 parent b57635d commit f3bfad9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions carsons/carsons.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,6 @@ def compute_d(self, i, j) -> float:
return (self.radius[i] + self.radius[j]
+ self.insulation_thickness[i] + self.insulation_thickness[j])

def compute_D(self, i, j) -> float:
return self.phase_positions[i][1] + self.phase_positions[j][1]

@property
def conductors(self):
neutral_conductors = sorted([
Expand Down

0 comments on commit f3bfad9

Please sign in to comment.