Tim Coote - 2007-01-24

Logged In: YES
user_id=574600
Originator: YES

diving into gdb, the issue seems to arise between probstat and the underlying gsl code. The function permute_smart_item (which is in the version of probstat, but not the current one) returns an index out of range error (I get a break at line 107 of python/permutation.c), which the python interface does not seem to propagate through. I don't spk C very well, but the code looks correct, so I cannot see why it's not propagating. Neither do I understand why the gsl code runs out of indices. But I thought it useful to put out what I found.

No doubt I'll find that I'm just doing something really stupid.