Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 -*- | |
""" | |
=============================================================================== | |
Script 'mne logo' | |
=============================================================================== | |
This script makes the logo for MNE. | |
""" | |
# @author: drmccloy | |
# Created on Mon Jul 20 11:28:16 2015 |
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
# A template to demonstrate why we need to profile | |
# This instance written by Paul Ivanov (XXX: put your name / github id here) | |
def where_is_the_bottleneck(x): | |
pass | |
def could_be_this_one(x, y): | |
pass | |
def or_this_one(x): |