Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/sphinx/source/user_guide/introtutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ to accomplish our system modeling goal:
longitude=longitude,
altitude=altitude,
temperature=weather["temp_air"],
pressure=pvlib.atmosphere.alt2pres(altitude),
pressure=weather["pressure"],
)
dni_extra = pvlib.irradiance.get_extra_radiation(weather.index)
airmass = pvlib.atmosphere.get_relative_airmass(solpos['apparent_zenith'])
Expand Down
3 changes: 2 additions & 1 deletion docs/sphinx/source/whatsnew/v0.11.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Enhancements

Documentation
~~~~~~~~~~~~~
* Fix Procedural and Object Oriented simulation examples having slightly different results, in :ref:`introtutorial`. (:issue:`2366`, :pull:`2367`)
* Restructure the user guide with subsections (:issue:`2302`, :pull:`2310`)


Testing
~~~~~~~

Expand All @@ -37,3 +37,4 @@ Contributors
~~~~~~~~~~~~
* Rajiv Daxini (:ghuser:`RDaxini`)
* Mark Campanelli (:ghuser:`markcampanelli`)
* Manoj K S (:ghuser:`manojks1999`)