This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# | |
# Minimal Working Example of a single neuron and a single spike source on NMPM1 | |
# | |
# Andreas Stöckel, October 2015 | |
# | |
import pylogging | |
import pyhmf as pynn |
NewerOlder