NREL / bifacial_radiance

Toolkit for working with RADIANCE for the ray-trace modeling of Bifacial Photovoltaics
https://bifacial-radiance.readthedocs.io
BSD 3-Clause "New" or "Revised" License
84 stars 46 forks source link

minor print unit typo #426

Closed Leo-Raumann closed 2 years ago

Leo-Raumann commented 2 years ago

Hi,

just noticed this in module.py

        # OPACITY CALCULATION
        packagingfactor = np.round((c['xcell']*c['ycell']*c['numcellsx']*c['numcellsy'])/(x*y), 2)
        print("This is a Cell-Level detailed module with Packaging "+
              "Factor of {} %".format(packagingfactor)) 

either take out % or multiply with 100

Cheers Leo

shirubana commented 2 years ago

Thanks!! Updated it in the development branch for next release