Skip to content

Commit c965225

Browse files
committed
Update plot_irradiance_nonuniformity_loss.py
1 parent 3599991 commit c965225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/bifacial/plot_irradiance_nonuniformity_loss.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ def rmad(data, axis=None):
139139

140140
mismatch_loss = nonuniform_irradiance_deline_power_loss(rmad_cells)
141141

142-
print(f"RMAD of the cells' irradiance: {rmad_cells}")
143-
print(f"Power loss % due to the irradiance non-uniformity: {mismatch_loss}")
142+
print(f"RMAD of the cells' irradiance: {rmad_cells:.3} [unitless]")
143+
print(f"Power loss due to the irradiance non-uniformity: {mismatch_loss:.3%}")
144144

145145
# %%
146146
# A practical approach

0 commit comments

Comments
 (0)