Merge new Dask SDT runner tool #440
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#L38
TestDataHandler.test_load_and_run
AssertionError:
Not equal to tolerance rtol=1e-07, atol=0.001
Mismatched elements: 172 / 193 (89.1%)
Max absolute difference among violations: 0.02770049
Max relative difference among violations: 0.02835427
ACTUAL: array([0.722829, 1.00537 , 0.989105, 0.993598, 0.998051, 0.96127 ,
1. , 0.990703, 0.98826 , 0.985825, 0.996964, 1.001285,
0.917852, 0.982947, 0.98729 , 0.87102 , 0.915739, 0.96693 ,...
DESIRED: array([0.717862, 1. , 0.985649, 0.991705, 0.997199, 0.960958,
1. , 0.991424, 0.989725, 0.987977, 1. , 1.005867,
0.924576, 0.99294 , 0.999397, 0.882404, 0.927046, 0.97676 ,...
|
tests/solardatatools/test_fix_time_shifts.py#L38
TestFixTimeShift.test_fix_time_shifts
AssertionError:
Arrays are not almost equal to 3 decimals
Mismatched elements: 40889 / 70080 (58.3%)
Max absolute difference among violations: 10.1227417
Max relative difference among violations: 42161.38932389
ACTUAL: array([[1.703e+00, 3.014e+00, 3.175e+00, 0.000e+00, 2.892e+00, 0.000e+00,
4.060e+00, 3.447e+00, 3.992e-01, 3.267e+00, 1.619e-01, 0.000e+00,
0.000e+00, 3.398e+00, 3.407e+00, 2.189e+00, 2.154e+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#L675
TestSignalDecompositions.test_l1_l1d1_l2d2p365_default
AssertionError: np.float64(0.32139839279938043) not less than 0.001
|
tests/solardatatools/test_signal_decompositions.py#L675
TestSignalDecompositions.test_l2_l1d1_l2d2p365_default
AssertionError: np.float64(1.1657641393181822e+122) not less than 0.001
|
tests/solardatatools/test_signal_decompositions.py#L675
TestSignalDecompositions.test_l2_l1d1_l2d2p365_default_long
AssertionError: np.float64(9.795928487545704e+124) not less than 0.001
|
tests/solardatatools/test_signal_decompositions.py#L675
TestSignalDecompositions.test_l2_l1d1_l2d2p365_idx_select
AssertionError: np.float64(3.920626770371809e+121) not less than 0.001
|
tests/solardatatools/test_signal_decompositions.py#L675
TestSignalDecompositions.test_l2_l1d1_l2d2p365_osqp
AssertionError: np.float64(0.10547853195098436) not less than 0.001
|
This job failed
Loading