You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got the following error while reading a raw file with impedance correction table.
C:\GridCal>C:\GridCal\Python3120\python.exe -c "from GridCal.ExecuteGridCal import runGridCal; runGridCal()"
Error calling Python override of QThread::run(): Traceback (most recent call last):
File "C:\GridCal\Python3120\Lib\site-packages\GridCal\Session\file_handler.py", line 109, in run
self.circuit = file_handler.open(text_func=self.progress_text.emit,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\GridCal\Python3120\Lib\site-packages\GridCalEngine\IO\file_handler.py", line 383, in open
pss_grid = read_raw(self.file_name,
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\GridCal\Python3120\Lib\site-packages\GridCalEngine\IO\raw\raw_parser_writer.py", line 416, in read_raw
obj.parse(data2, version, logger)
File "C:\GridCal\Python3120\Lib\site-packages\GridCalEngine\IO\raw\devices\impedance_correction_table.py", line 69, in parse
self.F_re.append(all_data[k + 1])
~~~~~~~~^^^^^^^
IndexError: list index out of range
MainThread Skipped
The text was updated successfully, but these errors were encountered:
Got the following error while reading a raw file with impedance correction table.
C:\GridCal>C:\GridCal\Python3120\python.exe -c "from GridCal.ExecuteGridCal import runGridCal; runGridCal()"
Error calling Python override of QThread::run(): Traceback (most recent call last):
File "C:\GridCal\Python3120\Lib\site-packages\GridCal\Session\file_handler.py", line 109, in run
self.circuit = file_handler.open(text_func=self.progress_text.emit,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\GridCal\Python3120\Lib\site-packages\GridCalEngine\IO\file_handler.py", line 383, in open
pss_grid = read_raw(self.file_name,
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\GridCal\Python3120\Lib\site-packages\GridCalEngine\IO\raw\raw_parser_writer.py", line 416, in read_raw
obj.parse(data2, version, logger)
File "C:\GridCal\Python3120\Lib\site-packages\GridCalEngine\IO\raw\devices\impedance_correction_table.py", line 69, in parse
self.F_re.append(all_data[k + 1])
~~~~~~~~^^^^^^^
IndexError: list index out of range
MainThread Skipped
The text was updated successfully, but these errors were encountered: