Added models for testing kernel gradients in unit tests.

This commit is contained in:
Neil Lawrence 2013-08-20 19:38:12 +02:00
parent c140b2118a
commit 65702c1448
3 changed files with 102 additions and 34 deletions

View file

@ -24,6 +24,8 @@ Need to tidy up classification.py,
many examples include help that doesn't apply
(it is suggested that you can try different approximation types)
Shall we overload the ** operator to have tensor products?
Shall we overload the ** operator to have tensor products? (I've done this now we can see if we like it)
People aren't filling the doc strings in as they go *everyone* needs to get in the habit of this (and modifying them as they edit, or correcting them when there is a problem).
Need some nice way of explaining how to compile documentation and run the unit tests, could this be in a readme or FAQ somewhere? Maybe it's there already somewhere and I've missed it.