Skip to content

Instantly share code, notes, and snippets.

View fperez's full-sized avatar

Fernando Perez fperez

View GitHub Profile
@fperez
fperez / results.log
Created June 2, 2012 20:47
IPython test log
Traceback (most recent call last):
File "/home/fperez/.ipy_pr_tests/venv-python3.2/bin/iptest3", line 9, in <module>
load_entry_point('ipython==0.13.dev', 'console_scripts', 'iptest3')()
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/distribute-0.6.24-py3.2.egg/pkg_resources.py", line 337, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/distribute-0.6.24-py3.2.egg/pkg_resources.py", line 2280, in load_entry_point
return ep.load()
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/distribute-0.6.24-py3.2.egg/pkg_resources.py", line 1990, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/testing/iptest.py", line 61, in <module>
@fperez
fperez / results.log
Created June 4, 2012 04:43
IPython test log
WARNING: Excluding nonexistent file: 'IPython/quarantine'
WARNING: Excluding nonexistent file: 'IPython/deathrow'
..............................................
----------------------------------------------------------------------
Ran 46 tests in 0.054s
OK
WARNING: Excluding nonexistent file: 'IPython/quarantine'
WARNING: Excluding nonexistent file: 'IPython/deathrow'
....................................................................................................................................................................................................S..............................S............................................................K.........
@fperez
fperez / results.log
Created June 4, 2012 22:45
IPython test log
WARNING: Excluding nonexistent file: 'IPython/quarantine'
WARNING: Excluding nonexistent file: 'IPython/deathrow'
..............................................
----------------------------------------------------------------------
Ran 46 tests in 0.050s
OK
WARNING: Excluding nonexistent file: 'IPython/quarantine'
WARNING: Excluding nonexistent file: 'IPython/deathrow'
............................................................................................................................................................................................................................................................................................................................................................................................................................K.........
@fperez
fperez / results.log
Created June 8, 2012 03:36
IPython test log
WARNING: Excluding nonexistent file: 'IPython/quarantine'
WARNING: Excluding nonexistent file: 'IPython/deathrow'
..............................................
----------------------------------------------------------------------
Ran 46 tests in 0.050s
OK
WARNING: Excluding nonexistent file: 'IPython/quarantine'
WARNING: Excluding nonexistent file: 'IPython/deathrow'
..............................................F................................................................................................................................................................................................................................................................................................................................................................................K.........
@fperez
fperez / results.log
Created June 25, 2012 04:33
IPython test log
..............................................
----------------------------------------------------------------------
Ran 46 tests in 0.076s
OK
..............................................................................................................................................................................................................................................................................................................................................................................................................................................................K.........
----------------------------------------------------------------------
Ran 461 tests in 16.215s
OK (KNOWNFAIL=1)
@fperez
fperez / results.log
Created June 25, 2012 04:33
IPython test log
..............................................
----------------------------------------------------------------------
Ran 46 tests in 0.090s
OK
.........................................................................................................................................................................................................S......................................................................................................................K.........
----------------------------------------------------------------------
Ran 330 tests in 15.322s
OK (KNOWNFAIL=1, SKIP=1)
@fperez
fperez / results.log
Created July 8, 2012 05:54
IPython test log
..............................................
----------------------------------------------------------------------
Ran 46 tests in 0.073s
OK
.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................K.........
----------------------------------------------------------------------
Ran 486 tests in 39.609s
OK (KNOWNFAIL=1)
@fperez
fperez / notebook_blogging.ipynb
Created September 7, 2012 05:03
Blogging with the IPython notebook
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fperez
fperez / error.py
Created September 14, 2012 01:44
test error script
#!/usr/bin/env python
"""
file with deliberate syntax errors to check IPython.
"""
from numpy import *
import time,sys
import sys
@fperez
fperez / display_protocol.ipynb
Created September 25, 2012 21:38
IPython display protocol - fully rendered version of our shipped example.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.