Skip to content

Instantly share code, notes, and snippets.

View JohnGriffiths's full-sized avatar

John Griffiths JohnGriffiths

View GitHub Profile
from tvb.simulator.lab import *
import threading
import numpy
import time
import sys
from matplotlib.tri import Triangulation
from matplotlib import pyplot as plt
class SimThread(threading.Thread):