UM-Battery-Control-Group / UMBC_Data_Localization

Localize Data From Voltaiq
MIT License
0 stars 0 forks source link

ERROR - Error while processing eSOH for GMFEB23S_CELL069_RPT-n22_6_P25C_15P0PSI_20240103_R0-01-018: max() arg is an empty sequence #62

Open js1tr3 opened 8 months ago

js1tr3 commented 8 months ago

2024-02-15 10:16:08,669 - src.utils.Logger - INFO - Using calibration parameters for the entire dataframe. 2024-02-15 10:16:34,033 - src.utils.Logger - INFO - Finished processing 10 new cycler files and 19 new vdf files 2024-02-15 10:16:34,036 - src.utils.Logger - INFO - Updating processed data for cell GMFEB23S_CELL069... 2024-02-15 10:16:35,349 - src.utils.Logger - INFO - Processing eSOH for GMFEB23S_CELL069_RPT-n22_6_P25C_15P0PSI_20240103_R0-01-018 2024-02-15 10:16:35,368 - src.utils.Logger - ERROR - Error while processing eSOH for GMFEB23S_CELL069_RPT-n22_6_P25C_15P0PSI_20240103_R0-01-018: max() arg is an empty sequence 2024-02-15 10:16:43,112 - src.utils.Logger - INFO - Processing eSOH for GMFEB23S_CELL069_RPT-n22_6_P25C_15P0PSI_20231022_R0-01-018 2024-02-15 10:16:43,132 - src.utils.Logger - ERROR - Error while processing eSOH for GMFEB23S_CELL069_RPT-n22_6_P25C_15P0PSI_20231022_R0-01-018: max() arg is an empty sequence 2024-02-15 10:16:45,639 - src.utils.Logger - INFO - Processing eSOH for GMFEB23S_CELL069_RPT-n22_6_P25C_15P0PSI_20231215_R0-01-018 2024-02-15 10:16:45,657 - src.utils.Logger - ERROR - Error while processing eSOH for GMFEB23S_CELL069_RPT-n22_6_P25C_15P0PSI_20231215_R0-01-018: max() arg is an empty sequence 2024-02-15 10:16:48,087 - src.utils.Logger - INFO - Processing eSOH for GMFEB23S_CELL069_RPT_4_P25C_P15P0PSI_20230419_R0-01-026 2024-02-15 10:16:48,106 - src.utils.Logger - ERROR - Error while processing eSOH for GMFEB23S_CELL069_RPT_4_P25C_P15P0PSI_20230419_R0-01-026: max() arg is an empty sequence 2024-02-15 10:16:50,372 - src.utils.Logger - INFO - Processing eSOH for GMFEB23S_CELL069_RPT-n22_6_P25C_15P0PSI_20230828_R0-01-018 2024-02-15 10:16:50,391 - src.utils.Logger - ERROR - Error while processing eSOH for GMFEB23S_CELL069_RPT-n22_6_P25C_15P0PSI_20230828_R0-01-018: max() arg is an empty sequence 2024-02-15 10:16:52,695 - src.utils.Logger - INFO - Processing eSOH for GMFEB23S_CELL069_RPT_4_P25C_15P0PSI_20230625_R0-01-018 2024-02-15 10:16:52,716 - src.utils.Logger - ERROR - Error while processing eSOH for GMFEB23S_CELL069_RPT_4_P25C_15P0PSI_20230625_R0-01-018: max() arg is an empty sequence

js1tr3 commented 8 months ago

GMFEB23S_CELL069_CCM.csv 2024-02-15 10:21:57,471 - src.utils.Logger - INFO - Saved csv file to /home/siegeljb/Lab_share_Volt/voltaiq_data/Processed/CCM/csv/GMFEB23S_CELL069_CCM.csv Traceback (most recent call last): File "/home/siegeljb/Documents/UMBC_Data_Localization/UMBLDL/lib/python3.10/site-packages/pandas/core/ops/array_ops.py", line 311, in na_logical_op result = op(x, y) File "/home/siegeljb/Documents/UMBC_DataLocalization/UMBLDL/lib/python3.10/site-packages/pandas/core/roperator.py", line 54, in rand return operator.and_(right, left) TypeError: ufunc 'bitwise_and' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/siegeljb/Documents/UMBC_Data_Localization/UMBLDL/lib/python3.10/site-packages/pandas/core/ops/array_ops.py", line 325, in na_logical_op result = libops.scalar_binop(x, y, op) File "pandas/_libs/ops.pyx", line 180, in pandas._libs.ops.scalar_binop ValueError: Buffer dtype mismatch, expected 'Python object' but got 'double'

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "/home/siegeljb/Documents/UMBC_Data_Localization/test/integration/model_test.py", line 199, in process_cell_test() File "/home/siegeljb/Documents/UMBC_Data_Localization/test/integration/model_test.py", line 101, in process_cell_test cell_cycle_metrics, cell_data, cell_data_vdf, cell_data_rpt = dataManager.process_cell(cell_name, reset=True);#)#) File "/home/siegeljb/Documents/UMBC_Data_Localization/src/model/DataManager.py", line 496, in process_cell self.notify(cell_name, cell_cycle_metrics, cell_data, cell_data_vdf, cell_data_rpt, start_time, end_time) File "/home/siegeljb/Documents/UMBC_Data_Localization/src/utils/ObserverPattern.py", line 20, in notify observer.update(*args, kwargs) File "/home/siegeljb/Documents/UMBC_Data_Localization/src/utils/ObserverPattern.py", line 29, in update super().update(*args, *kwargs) File "/home/siegeljb/Documents/UMBC_Data_Localization/src/presenter/Presenter.py", line 43, in update self.notify(cell_name, measured_data_time, cycle_metrics_time, cycle_metrics_AhT, time_name) File "/home/siegeljb/Documents/UMBC_Data_Localization/src/utils/ObserverPattern.py", line 20, in notify observer.update(args, kwargs) File "/home/siegeljb/Documents/UMBC_Data_Localization/src/utils/ObserverPattern.py", line 29, in update super().update(*args, **kwargs) File "/home/siegeljb/Documents/UMBC_Data_Localization/src/viewer/Viewer.py", line 77, in update fig_1 = self.plot_process_cell(cell_name, measured_data_time) File "/home/siegeljb/Documents/UMBC_Data_Localization/src/viewer/Viewer.py", line 103, in plot_process_cell t_vdf = expansion.t_vdf[expansion.exp_vdf>-5000 & expansion.exp_vdf<5000] File "/home/siegeljb/Documents/UMBC_Data_Localization/UMBLDL/lib/python3.10/site-packages/pandas/core/ops/common.py", line 81, in new_method return method(self, other) File "/home/siegeljb/Documents/UMBC_Data_Localization/UMBLDL/lib/python3.10/site-packages/pandas/core/arraylike.py", line 74, in rand return self._logicalmethod(other, roperator.rand) File "/home/siegeljb/Documents/UMBC_Data_Localization/UMBLDL/lib/python3.10/site-packages/pandas/core/series.py", line 6107, in _logical_method res_values = ops.logical_op(lvalues, rvalues, op) File "/home/siegeljb/Documents/UMBC_Data_Localization/UMBLDL/lib/python3.10/site-packages/pandas/core/ops/array_ops.py", line 401, in logical_op res_values = na_logical_op(lvalues, rvalues, op) File "/home/siegeljb/Documents/UMBC_Data_Localization/UMBLDL/lib/python3.10/site-packages/pandas/core/ops/array_ops.py", line 334, in na_logicalop raise TypeError( TypeError: Cannot perform 'rand' with a dtyped [float64] array and scalar of type [bool]