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
IndexError: index 1 is out of bounds for axis 0 with size 1
Traceback:
File "e:\conda\envs\bsoid_v2\lib\site-packages\streamlit\script_runner.py", line 332, in _run_script
exec(code, module.dict)
File "E:\Aniaml Study\B-SOID-master\B-SOID-master\bsoid_app.py", line 42, in
processor.compile_data()
File "E:\Aniaml Study\B-SOID-master\B-SOID-master\bsoid_app\data_preprocess.py", line 104, in compile_data
file_j_processed, p_sub_threshold = adp_filt(file_j_df, self.pose_chosen)
File "E:\Aniaml Study\B-SOID-master\B-SOID-master\bsoid_app\bsoid_utilities\likelihoodprocessing.py", line 100, in adp_filt
llh = b[rise_a[0][1]]
The text was updated successfully, but these errors were encountered:
IndexError: index 1 is out of bounds for axis 0 with size 1
Traceback:
File "e:\conda\envs\bsoid_v2\lib\site-packages\streamlit\script_runner.py", line 332, in _run_script
exec(code, module.dict)
File "E:\Aniaml Study\B-SOID-master\B-SOID-master\bsoid_app.py", line 42, in
processor.compile_data()
File "E:\Aniaml Study\B-SOID-master\B-SOID-master\bsoid_app\data_preprocess.py", line 104, in compile_data
file_j_processed, p_sub_threshold = adp_filt(file_j_df, self.pose_chosen)
File "E:\Aniaml Study\B-SOID-master\B-SOID-master\bsoid_app\bsoid_utilities\likelihoodprocessing.py", line 100, in adp_filt
llh = b[rise_a[0][1]]
The text was updated successfully, but these errors were encountered: