Skip to content

Commit d08a23c

Browse files
committed
Remove trailing whitespace in transformer
1 parent 21f432f commit d08a23c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pvlib/transformer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def simple_efficiency(
112112

113113
a = load_loss
114114
b = 1
115-
c = no_load_loss - input_power_normalized
115+
c = no_load_loss - input_power_normalized
116116

117117
output_power_normalized = (-b + (b**2 - 4*a*c)**0.5) / (2 * a)
118118

0 commit comments

Comments
 (0)