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

Loading other position of same file (Shift+P) in dataprep bug #540

Open
Beno71 opened this issue Jul 18, 2024 · 0 comments
Open

Loading other position of same file (Shift+P) in dataprep bug #540

Beno71 opened this issue Jul 18, 2024 · 0 comments
Labels
🐛 Bug Something isn't working

Comments

@Beno71
Copy link
Collaborator

Beno71 commented Jul 18, 2024

Description:

I think that when you cancel "Load other position (Shift+P)" in dataprep, it causes an error when you later try to use this functionality again.

Way to reproduce:

Multiple positions of timelapse data, open dataprep, open other position from there, cancel, try to open other position from there again. Nothing happens but you get this non-critical error in the terminal

(Optional) Link to data to reproduce error:

No response

Terminal output:

Traceback (most recent call last):████████████████████████████████████| 1/1 [00:01<00:00,  1.48s/it]
  File "C:\Users\mairhoermann\Documents\phd-code\Cell_ACDC\cellacdc\dataPrep.py", line 2508, in openRecentFile
    self.openFolder(exp_path=path)
  File "C:\Users\mairhoermann\Documents\phd-code\Cell_ACDC\cellacdc\dataPrep.py", line 2625, in openFolder
    self.loadFiles(exp_path, user_ch_file_paths, user_ch_name)
  File "C:\Users\mairhoermann\Documents\phd-code\Cell_ACDC\cellacdc\dataPrep.py", line 2476, in loadFiles
    self.stopAutomaticLoadingPos()
  File "C:\Users\mairhoermann\Documents\phd-code\Cell_ACDC\cellacdc\dataPrep.py", line 480, in stopAutomaticLoadingPos
    if self.AutoPilot.timer.isActive():
AttributeError: 'AutoPilot' object has no attribute 'timer'

Log file:

No response

Version information:

Windows-10-10.0.19045-SP0
Cell-ACDC version: 1.4.32.dev153+g7297e5b.d20240718
@Beno71 Beno71 added the 🐛 Bug Something isn't working label Jul 18, 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
Projects
None yet
Development

No branches or pull requests

1 participant