pvlib / pvlib-python

A set of documented functions for simulating the performance of photovoltaic energy systems.
https://pvlib-python.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.21k stars 1.01k forks source link

Update plot_oedi_9068.py #2165

Closed ChemPhys-lund closed 3 months ago

ChemPhys-lund commented 3 months ago

removed extra comas ',' in the code

AdamRJensen commented 3 months ago

@ChemPhys-lund Generally we like having trailing commas when there are multiple lines of input parameters. The reason is that if you add an additional parameter, then the prior line doesn't show up in the Git diff.