Skip to content

Commit afbe880

Browse files
committed
Merge branch 'main' of https://github.com/pvlib/pvlib-python into gti_dirint
2 parents 5ac3b35 + 6440ada commit afbe880

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/sphinx/source/user_guide/introtutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ to accomplish our system modeling goal:
8787
longitude=longitude,
8888
altitude=altitude,
8989
temperature=weather["temp_air"],
90-
pressure=pvlib.atmosphere.alt2pres(altitude),
90+
pressure=weather["pressure"],
9191
)
9292
dni_extra = pvlib.irradiance.get_extra_radiation(weather.index)
9393
airmass = pvlib.atmosphere.get_relative_airmass(solpos['apparent_zenith'])

docs/sphinx/source/whatsnew/v0.11.3.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Enhancements
1515

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

20-
2121
Testing
2222
~~~~~~~
2323

@@ -39,3 +39,4 @@ Contributors
3939
* Rajiv Daxini (:ghuser:`RDaxini`)
4040
* Mark Campanelli (:ghuser:`markcampanelli`)
4141
* Cliff Hansen (:ghuser:`cwhanse`)
42+
* Manoj K S (:ghuser:`manojks1999`)

0 commit comments

Comments
 (0)