[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [IMP-dev] [EMBED-dev] Merge of EMBED into IMP




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).