TomBugnon

Results 52 comments of TomBugnon

Thanks @pstarski (for your response on the other issue) It works by commenting out these two lines https://github.com/cortex-lab/phy/blob/8166fbef6dc8e710912f2be4722621e13ae6d292/phy/apps/base.py#L1370 For the record, after digging in the code, the different amplitude types...

Hi Noel, maybe check out our fork? https://github.com/TomBugnon/visbrain/ It implements a click-and-drag style scoring window. This is hypnogram, not annotations as you requested, but maybe close enough. Best

btw, I don't think it's specified, but I think you need to use python 3.9 and not 3.10

It works for us on the develop branch at github/TomBugnon/visbrain... If you debug you can check if you enter [this block ](https://github.com/TomBugnon/visbrain/blob/31b14b64521666f5ff05a7a1a064db6c3a44fe23/visbrain/gui/sleep/visuals/visuals.py#L1409) when clicking and dragging on the signal, and...

Hi @noelbk can you keep me posted regarding the features you're adding? Not sure I understand what they mean but they could be useful for us as well

As we said we are using `nbconvert==7.0.0` and `mistune==2.0.4`

I am having exactly the same issue with `irc2 export-phy 'path/raw_geom.prm'` dmesg output: > [75492.107397] Out of memory: Killed process 9326 (MATLAB) total-vm:947076956kB, anon-rss:874562776kB, file-rss:0kB, shmem-rss:208kB, UID:1012 pgtables:1718684kB oom_score_adj:0 I'm...

@rtraghavan have you managed to find a way around the issue by chance?