Skip to content

Commit 40af529

Browse files
committed
update pvlib-0.4.2, pvpower test expected value, requirements and release
1 parent 77cee29 commit 40af529

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

carousel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
__email__ = u'mark.mikofski@sunpowercorp.com'
1111
__url__ = u'https://github.com/SunPower/Carousel'
1212
__version__ = get_current_version()
13-
__release__ = u'Cotton Candy'
13+
__release__ = u'Caramel Corn'

examples/PVPower/pvpower/tests/test_pvpower.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
192.61960738, 207.30533949, 220.27975359, 231.46642409
3333
]
3434
OLD_MODEL = os.path.join(MODEL_PATH, 'sandia_performance_model-Tuscon.json')
35-
ANNUAL_ENERGY = np.array(476873.739306)
35+
ANNUAL_ENERGY = np.array(479083.75869040738)
3636

3737

3838
def test_daterange():

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sphinx>=1.3.5
66
scipy>=0.17.0
77
python-dateutil>=2.5.3
88
numexpr>=2.5
9-
pvlib>=0.3.1
9+
pvlib>=0.4.2
1010
pytz>=2016.4
1111
pandas>=0.18.0
1212
uncertainty_wrapper>=0.4.1

0 commit comments

Comments
 (0)