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

AttributeError: 'SignalAnalysisOnlineZ' object has no attribute 'update_q' #36

Open
kg3354 opened this issue Jun 21, 2024 · 0 comments
Open

Comments

@kg3354
Copy link

kg3354 commented Jun 21, 2024

Hello,
When I am running the demo_fiola_pipeline.py with the caiman sample data, it raises the AttributeError but still saves the fio.estimates as a npy file. What is that Attribute Error? Does it modify the result file?
The full error logs are:

Exception in thread Thread-14:
Traceback (most recent call last):
  File "C:\Users\29712\anaconda3\envs\fiola\lib\threading.py", line 932, in _bootstrap_inner
    self.run()
  File "C:\Users\29712\anaconda3\envs\fiola\lib\threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "C:\Users\29712\fiola\FIOLA\fiola\signal_analysis_online.py", line 389, in update_statistics_thread
    n = self.update_q.get()
AttributeError: 'SignalAnalysisOnlineZ' object has no attribute 'update_q'
component:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant