Juan GP

Results 52 comments of Juan GP

Yes, apparently it is as easy as @martcous points out. You just do a http request ```matlab uri = matlab.net.URI("https://api.github.com/repos/brainstorm-tools/brainstorm3/commits/master") request = matlab.net.http.RequestMessage; r = send(request,uri) r.Body.Data ``` shows... ```...

I really like this @LorenzE , but in an effort for openness, just to let you know, there is a github action wrapping this bash script you're downloading. Let's see...

Yes, that is the correct one, as mentioned in the documentation you link and the one i link too. Both from codecov. We can change our script to run codecov...

> We do not want to let codecov run only once but instead after every test run. Why? each test generates its own report file that is later bundled together...

I think that even if it gets messy, which it might, it is interesting to see. A checkbox would be enough I think, to ensure that even if it gets...

I agree. Now the rules... my man. We need to agree on which rules make the code beautiful. 😄 just joking. I'm sure we'll agree pretty easily. 😮

I like that. But instead of relying on the github actions. Could you find out the actual command it runs so that we can run it locally the same way...

Hi, You should be able to use MNE-Scan application which has an lsl adapter plugin. With the source reconstruction plugin you should be able to visualize ERP(ERF). There is information...