The Wayback Machine - https://web.archive.org/web/20200708203554/https://github.com/topics/biosignals
Skip to content
#

biosignals

Here are 32 public repositories matching this topic...

NeuroKit
DominiqueMakowski
DominiqueMakowski commented Jan 18, 2020

Examples ideas

Examples are short, specific and self-contained articles about specific topics or possibilities.

  • Understanding NeuroKit: how to see what a function does in the docs, then its code on github, then where is the code located on your machine, and where you can try to make changes/fixes
  • How to contribute: once some change/fixes are mde, how to push back to
jonathanjfshaw
jonathanjfshaw commented Apr 15, 2020

AFAICS from the docs this should work:

    - id: my_apply
      module: timeflux.nodes.apply
      class: ApplyMethod
      params:
        func: abs

but it fails with Node 'my_apply': __init__() missing 1 required positional argument: 'method', because the signature is

    def __init__(self, method, apply_mode='universal',
                 axis=0, closed='right', func=No

Improve this page

Add a description, image, and links to the biosignals topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the biosignals topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.