Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduced frames leads to crash #10

Open
BeatEhrmann opened this issue Dec 16, 2024 · 0 comments
Open

Reduced frames leads to crash #10

BeatEhrmann opened this issue Dec 16, 2024 · 0 comments
Assignees
Labels
bug Something isn't working important Must be worked on

Comments

@BeatEhrmann
Copy link
Collaborator

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

@BeatEhrmann BeatEhrmann added bug Something isn't working important Must be worked on labels Dec 16, 2024
@BeatEhrmann BeatEhrmann self-assigned this Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working important Must be worked on
Projects
None yet
Development

No branches or pull requests

1 participant