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
when i try to plot after rfpy_calc, this error shown:
Traceback (most recent call last):
File "C:\Users\andre\anaconda3\envs\rfpy\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\andre\anaconda3\envs\rfpy\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\andre\anaconda3\envs\rfpy\Scripts\rfpy_plot.exe_main.py", line 7, in
File "C:\Users\andre\anaconda3\envs\rfpy\lib\site-packages\rfpy\scripts\rfpy_plot.py", line 523, in main
for tr in rf_tmp[0]:
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
when i try to plot after rfpy_calc, this error shown:
Traceback (most recent call last):
File "C:\Users\andre\anaconda3\envs\rfpy\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\andre\anaconda3\envs\rfpy\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\andre\anaconda3\envs\rfpy\Scripts\rfpy_plot.exe_main.py", line 7, in
File "C:\Users\andre\anaconda3\envs\rfpy\lib\site-packages\rfpy\scripts\rfpy_plot.py", line 523, in main
for tr in rf_tmp[0]:
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: