Skip to content

Commit 99b301a

Browse files
committed
linting
1 parent 59ae48c commit 99b301a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

transistordatabase/transistor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2779,7 +2779,7 @@ def generate_energy_loss_curve_from_fit_factors(self, on_off_key: str, voltage:
27792779
raise ValueError("on_off_key must be 'on' or 'off'.")
27802780

27812781
# correct data with the energy in c_oss
2782-
energy_in_capacitance_at_dpt_voltage =np.interp(voltage, self.graph_v_eoss[0], self.graph_v_ecoss[1])
2782+
energy_in_capacitance_at_dpt_voltage = np.interp(voltage, self.graph_v_eoss[0], self.graph_v_ecoss[1])
27832783

27842784
if on_off_key == "on":
27852785
energy_vec_corrected = energy_vec + energy_in_capacitance_at_dpt_voltage

0 commit comments

Comments
 (0)