File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ object to accomplish our modeling goal:
192
192
temps = localized_system.sapm_celltemp(total_irrad[' poa_global' ], 0 , 20 )
193
193
aoi = localized_system.get_aoi(solar_position[' apparent_zenith' ],
194
194
solar_position[' azimuth' ])
195
- am_rel = atmosphere.relativeairmass(solar_position[' apparent_zenith' ])
195
+ am_rel = pvlib. atmosphere.relativeairmass(solar_position[' apparent_zenith' ])
196
196
am_abs = localized_system.get_absoluteairmass(am_rel)
197
197
dc = localized_system.sapm(total_irrad[' poa_direct' ],
198
198
total_irrad[' poa_diffuse' ],
@@ -223,7 +223,7 @@ with the pvlib community via issues and pull requests.
223
223
Getting support
224
224
---------------
225
225
The best way to get support is to make an issue on our
226
- `GitHub issues page<https://github.com/pvlib/pvlib-python/issues> `_.
226
+ `GitHub issues page <https://github.com/pvlib/pvlib-python/issues >`_.
227
227
228
228
229
229
How do I contribute?
You can’t perform that action at this time.
0 commit comments