28 Apr
2009
28 Apr
'09
9:07 a.m.
On Apr 28, 2009, at 7:44 AM, Friedrich Foerster wrote:
> i recompiled the code taking out build="fast". then the unit tests > actually work. however, imp is way too slow to do any serious > calculations with the default-whatever-it-does. Indeed, it is not supposed to be fast then, but it is supposed to catch your mistakes. You can get most of the speed back without recompilation by doing IMP.set_check_level(IMP.NONE).