8000 Add -99999 to test file · AdamRJensen/pvlib-python@ee56796 · GitHub
[go: up one dir, main page]

Skip to content

Commit ee56796

Browse files
committed
Add -99999 to test file
1 parent 81ead2d commit ee56796

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pvlib/data/CRN_with_problems.txt

0 Bytes
Binary file not shown.

pvlib/tests/iotools/test_crn.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ def test_read_crn_problems(testfile_problems, columns_mapped, dtypes):
8383
'2020-07-06 13:10:00'],
8484
freq=None).tz_localize('UTC')
8585
values = np.array([
86-
[92821, 20200706, 1200, 20200706, 700, '3', -80.69, 28.62, 24.9,
87-
0.0, 190.0, 0, 25.5, 'C', 0, 93.0, 0, nan, nan, 990, 0, 1.57, 0],
86+
[92821, 20200706, 1200, 20200706, 700, 3.0, -80.69, 28.62, 24.9,
87+
0.0, np.nan, 0, 25.5, 'C', 0, 93.0, 0, nan, nan, 990, 0, 1.57, 0],
8888
[92821, 20200706, 1310, 20200706, 810, '2.623', -80.69, 28.62,
8989
26.9, 0.0, 430.0, 0, 30.2, 'C', 0, 87.0, 0, nan, nan, 989, 0,
9090
1.64, 0]])

0 commit comments

Comments
 (0)
0