Skip to content

Updates to change detection algorithms #444

Updates to change detection algorithms

Updates to change detection algorithms #444

Triggered via pull request July 9, 2024 23:27
@bmeyersbmeyers
synchronize #161
fixes
Status Failure
Total duration 1m 48s
Artifacts

test.yml

on: pull_request
Matrix: run-tests
Fit to window
Zoom out
Zoom in

Annotations

30 errors
run-tests (3.10): 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,...
run-tests (3.10): 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,...
run-tests (3.10): 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.],...
run-tests (3.10): tests/solardatatools/test_data_handler.py#L16
TestDataHandler.test_load_and_run ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
run-tests (3.10): 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,...
run-tests (3.10): tests/solardatatools/test_signal_decompositions.py#L520
TestSignalDecompositions.test_l1_l1d1_l2d2p365_default TypeError: l1_l1d1_l2d2p365() got an unexpected keyword argument 'w0'
run-tests (3.10): tests/solardatatools/test_signal_decompositions.py#L675
TestSignalDecompositions.test_l2_l1d1_l2d2p365_default AssertionError: np.float64(0.017800668185193547) not less than 0.001
run-tests (3.10): tests/solardatatools/test_signal_decompositions.py#L675
TestSignalDecompositions.test_l2_l1d1_l2d2p365_default_long AssertionError: np.float64(0.11130333278514348) not less than 0.001
run-tests (3.10): tests/solardatatools/test_signal_decompositions.py#L675
TestSignalDecompositions.test_l2_l1d1_l2d2p365_idx_select AssertionError: np.float64(0.15642343117835752) not less than 0.001
run-tests (3.10): tests/solardatatools/test_signal_decompositions.py#L675
TestSignalDecompositions.test_l2_l1d1_l2d2p365_osqp AssertionError: np.float64(0.10547040165130292) not less than 0.001
run-tests (3.11): 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,...
run-tests (3.11): 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,...
run-tests (3.11): 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.],...
run-tests (3.11): tests/solardatatools/test_data_handler.py#L16
TestDataHandler.test_load_and_run ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
run-tests (3.11): 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,...
run-tests (3.11): tests/solardatatools/test_signal_decompositions.py#L520
TestSignalDecompositions.test_l1_l1d1_l2d2p365_default TypeError: l1_l1d1_l2d2p365() got an unexpected keyword argument 'w0'
run-tests (3.11): tests/solardatatools/test_signal_decompositions.py#L703
TestSignalDecompositions.test_l2_l1d1_l2d2p365_default AssertionError: np.float64(0.017800668185193547) not less than 0.001
run-tests (3.11): tests/solardatatools/test_signal_decompositions.py#L703
TestSignalDecompositions.test_l2_l1d1_l2d2p365_default_long AssertionError: np.float64(0.11130333278514348) not less than 0.001
run-tests (3.11): tests/solardatatools/test_signal_decompositions.py#L703
TestSignalDecompositions.test_l2_l1d1_l2d2p365_idx_select AssertionError: np.float64(0.15642343117835752) not less than 0.001
run-tests (3.11): tests/solardatatools/test_signal_decompositions.py#L703
TestSignalDecompositions.test_l2_l1d1_l2d2p365_osqp AssertionError: np.float64(0.10547040165130292) not less than 0.001
run-tests (3.12): 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,...
run-tests (3.12): 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,...
run-tests (3.12): 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.],...
run-tests (3.12): tests/solardatatools/test_data_handler.py#L16
TestDataHandler.test_load_and_run ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
run-tests (3.12): 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,...
run-tests (3.12): tests/solardatatools/test_signal_decompositions.py#L520
TestSignalDecompositions.test_l1_l1d1_l2d2p365_default TypeError: l1_l1d1_l2d2p365() got an unexpected keyword argument 'w0'
run-tests (3.12): tests/solardatatools/test_signal_decompositions.py#L715
TestSignalDecompositions.test_l2_l1d1_l2d2p365_default AssertionError: np.float64(0.017800668185193547) not less than 0.001
run-tests (3.12): tests/solardatatools/test_signal_decompositions.py#L715
TestSignalDecompositions.test_l2_l1d1_l2d2p365_default_long AssertionError: np.float64(0.11130333278514348) not less than 0.001
run-tests (3.12): tests/solardatatools/test_signal_decompositions.py#L715
TestSignalDecompositions.test_l2_l1d1_l2d2p365_idx_select AssertionError: np.float64(0.15642343117835752) not less than 0.001
run-tests (3.12): tests/solardatatools/test_signal_decompositions.py#L715
TestSignalDecompositions.test_l2_l1d1_l2d2p365_osqp AssertionError: np.float64(0.10547040165130292) not less than 0.001