-
Notifications
You must be signed in to change notification settings - Fork 1.5k
unit test ThreadDataLoader error #1943
Copy link
Copy link
Closed
Description
Describe the bug
/opt/monai# python -m tests.test_thread_buffer
output:
Exception in thread Thread-1:
Traceback (most recent call last):
File "/opt/conda/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/opt/conda/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/opt/monai/monai/data/thread_buffer.py", line 45, in enqueue_values
for src_val in self.src:
TypeError: 'super' object is not iterable
...
----------------------------------------------------------------------
Ran 3 tests in 3.625s
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels