-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Dear Thomas,
ffile = r'path\to\some\file.ptu trace = tttrlib.TTTR(ffile) trace.intensity_trace()
causes a kernel crash (python 3.7).
Giving an argument to intensity_trace resolves this issue.
trace.intensity_trace(1)
According to the docs, the time_window_length argument is a keyword argument, so I was not expecting this issue.
It is mostly a problem because you can crash the kernel when you don't expect it. I can send you the .ptu file that goes with this.
Metadata
Metadata
Assignees
Labels
No labels