Update .travis.yml
Add python test
Add initial travis script
Merge pull request #4 from OpenSourceBrain/dev_python
Improve speed of the python simulation
Python: Layout and modularisation improvements
Update requirements
Python: Use numba
Python: Improve print layouts and fix shape of Inputs
Mejias: Use np multiplication and additions on the main loop
Mejias: use map and lambda functions on main loop
Mejias: Use zip to do main loop multiplication
Start longer run at 1Hz
Updated generate script which reloads debugging output from python version
Progress testing NML versions
Python: Firing rate over time for intra- inter simulations
Plot and save .txt files for the intra- and interlevel simulations
Merge pull request #1 from OpenSourceBrain/dev_python
Dev python
Python: Interlaminar and Interlaminar
Add interlaminar plot
Python: Add script that generates the golden data for testing the calculate_rate function
Improve README.md
Interlaminar: Plot traces of activity and save it
Python: calculate power spectrum of the two populations (interlaminar)
Add simple python tests
Python: Fix the way the random seed is defined