Updates to change detection algorithms #446
Annotations
10 errors
tests/solardatatools/test_clear_day_detection.py#L50
TestClearDayDetection.test_clear_day_weights
AssertionError:
Arrays are not almost equal to 4 decimals
Mismatched elements: 209 / 365 (57.3%)
Max absolute difference among violations: 0.93290652
Max relative difference among violations: 1.
ACTUAL: array([0. , 0. , 0. , 0. , 0. , 0.9329, 0. , 0.9261,
0. , 0. , 0. , 0. , 0. , 0.9499, 0. , 0.9292,
0.946 , 0. , 0. , 0. , 0. , 0. , 0. , 0.9054,...
DESIRED: array([0. , 0. , 0. , 0. , 0. , 0. , 0. , 0.9165,
0. , 0. , 0. , 0. , 0. , 0.9354, 0. , 0.9135,
0.9293, 0. , 0. , 0. , 0. , 0. , 0. , 0.8854,...
|
tests/solardatatools/test_clear_day_detection.py#L29
TestClearDayDetection.test_find_clear_days
AssertionError:
Arrays are not equal
Mismatched elements: 12 / 365 (3.29%)
ACTUAL: array([False, False, False, False, False, True, False, True, False,
False, False, False, False, True, False, True, True, False,
False, False, False, False, False, True, True, True, True,...
DESIRED: array([False, False, False, False, False, False, False, True, False,
False, False, False, False, True, False, True, True, False,
False, False, False, False, False, True, True, True, True,...
|
tests/solardatatools/test_data_filling.py#L22
TestDataFilling.test_zero_nighttime
AssertionError:
Arrays are not almost equal to 6 decimals
nan location mismatch:
ACTUAL: array([[0., 0., 0., ..., 0., 0., 0.],
[0., 0., 0., ..., 0., 0., 0.],
[0., 0., 0., ..., 0., 0., 0.],...
DESIRED: array([[0., 0., 0., ..., 0., 0., 0.],
[0., 0., 0., ..., 0., 0., 0.],
[0., 0., 0., ..., 0., 0., 0.],...
|
tests/solardatatools/test_data_handler.py#L32
TestDataHandler.test_load_and_run
AssertionError:
Not equal to tolerance rtol=1e-07, atol=0.002
Mismatched elements: 1 / 193 (0.518%)
Max absolute difference among violations: 0.00274764
Max relative difference among violations: 0.01040276
ACTUAL: array([0.266874, 0.201599, 0.242924, 0.241786, 0.195238, 0.23505 ,
0.0819 , 0.283798, 0.207032, 0.184008, 0.195954, 0.185853,
0.021411, 0.022055, 0.052588, 0.030823, 0.030995, 0.166152,...
DESIRED: array([0.264126, 0.201599, 0.242924, 0.241786, 0.195238, 0.23505 ,
0.0819 , 0.283798, 0.207032, 0.184008, 0.195954, 0.185853,
0.021411, 0.022055, 0.052588, 0.030823, 0.030995, 0.166152,...
|
tests/solardatatools/test_fix_time_shifts.py#L38
TestFixTimeShift.test_fix_time_shifts
AssertionError:
Arrays are not almost equal to 3 decimals
Mismatched elements: 37450 / 70080 (53.4%)
Max absolute difference among violations: 8.466143
Max relative difference among violations: 22653.5
ACTUAL: array([[0.000e+00, 0.000e+00, 0.000e+00, 0.000e+00, 0.000e+00, 0.000e+00,
0.000e+00, 0.000e+00, 0.000e+00, 0.000e+00, 0.000e+00, 0.000e+00,
0.000e+00, 0.000e+00, 0.000e+00, 0.000e+00, 0.000e+00, 0.000e+00,...
DESIRED: array([[0.000e+00, 0.000e+00, 0.000e+00, 0.000e+00, 0.000e+00, 0.000e+00,
0.000e+00, 0.000e+00, 0.000e+00, 0.000e+00, 0.000e+00, 0.000e+00,
0.000e+00, 0.000e+00, 0.000e+00, 0.000e+00, 0.000e+00, 0.000e+00,...
|
tests/solardatatools/test_signal_decompositions.py#L520
TestSignalDecompositions.test_l1_l1d1_l2d2p365_default
TypeError: l1_l1d1_l2d2p365() got an unexpected keyword argument 'w0'
|
tests/solardatatools/test_signal_decompositions.py#L715
TestSignalDecompositions.test_l2_l1d1_l2d2p365_default
AssertionError: np.float64(0.017800668185193547) not less than 0.001
|
tests/solardatatools/test_signal_decompositions.py#L715
TestSignalDecompositions.test_l2_l1d1_l2d2p365_default_long
AssertionError: np.float64(0.11130333278514348) not less than 0.001
|
tests/solardatatools/test_signal_decompositions.py#L715
TestSignalDecompositions.test_l2_l1d1_l2d2p365_idx_select
AssertionError: np.float64(0.15642343117835752) not less than 0.001
|
tests/solardatatools/test_signal_decompositions.py#L715
TestSignalDecompositions.test_l2_l1d1_l2d2p365_osqp
AssertionError: np.float64(0.10547040165130292) not less than 0.001
|
This job failed
Loading