Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 456 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 456 Bytes

custom_neuropype

Custom Neuropype Nodes

This repository contains implementation of Neuropype nodes by Sachs Lab members. Some of these nodes may find their way into the academic edition, at which point they will be removed from here.

Include this as a submodule in your project, preferably as a child of the working directory, then use the nodes as in the following example.

import custom_neuropype as cn

result = cn.ImportPTB(filename)