Skip to content

Instantly share code, notes, and snippets.

@thomasdziedzic
Created February 23, 2012 23:31
Show Gist options
  • Save thomasdziedzic/1895697 to your computer and use it in GitHub Desktop.
Save thomasdziedzic/1895697 to your computer and use it in GitHub Desktop.
======================================================================
ERROR: Failure: NameError (name 'GpuOp' is not defined)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/nose/loader.py", line 390, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.7/site-packages/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.7/site-packages/nose/importer.py", line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/build/src/Theano-0.5.0/theano/sandbox/test_neighbours.py", line 5, in <module>
from neighbours import (images2neibs, neibs2images,
File "/build/src/Theano-0.5.0/theano/sandbox/neighbours.py", line 295, in <module>
class GpuImages2Neibs(Images2Neibs, GpuOp):
NameError: name 'GpuOp' is not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment