Mercurial > pylearn
view exceptions.py @ 321:f03ae06fadc8
NArraysDataSet improved, use arrays instead of matrix, also a dictionnary of field indexes
author | Thierry Bertin-Mahieux <bertinmt@iro.umontreal.ca> |
---|---|
date | Thu, 12 Jun 2008 12:35:47 -0400 |
parents | ee11ed427ba8 |
children |
line wrap: on
line source
""" Common exceptions. @todo: This file should be part of a common/ python package. """ class AbstractFunction (Exception): """Derived class must override this function""" class NotImplementedYet (NotImplementedError): """Work in progress, this should eventually be implemented"""