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
Traceback (most recent call last): File "/Users/beatehrmann/MeTrEx/MeTrEx/gui.py", line 1600, in showHideMolecule self.redrawShowHideMapping() File "/Users/beatehrmann/MeTrEx/MeTrEx/gui.py", line 1759, in redrawShowHideMapping self.data.drug_molecules_mseg[start_pos] = hide IndexError: index 19996 is out of bounds for axis 0 with size 5994 zsh: abort python MeTrEx/main.py
Occurrence:
After loading big data set with reduced frame numbers (every k-th frame = e.g. 5) and mapping analysis visualisation, when molecules are activated/deactivated when in higher frame number
Fix:
reference frame count has to use the reduced frame amount and not the none-reduced count
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last): File "/Users/beatehrmann/MeTrEx/MeTrEx/gui.py", line 1600, in showHideMolecule self.redrawShowHideMapping() File "/Users/beatehrmann/MeTrEx/MeTrEx/gui.py", line 1759, in redrawShowHideMapping self.data.drug_molecules_mseg[start_pos] = hide IndexError: index 19996 is out of bounds for axis 0 with size 5994 zsh: abort python MeTrEx/main.py
Occurrence:
After loading big data set with reduced frame numbers (every k-th frame = e.g. 5) and mapping analysis visualisation, when molecules are activated/deactivated when in higher frame number
Fix:
reference frame count has to use the reduced frame amount and not the none-reduced count
The text was updated successfully, but these errors were encountered: