diff --git a/EffectLab/core.c b/EffectLab/core.c index cdedbfe..714b23d 100644 --- a/EffectLab/core.c +++ b/EffectLab/core.c @@ -3,7 +3,7 @@ #include #include "ImPlatform.h" -/* 1.9.1 pil */ +/* 1.1.9 pil */ typedef struct ImagingMemoryInstance* Imaging; typedef struct ImagingAccessInstance* ImagingAccess; diff --git a/TestEffectLab.py b/TestEffectLab.py index 9126d0b..9665d52 100755 --- a/TestEffectLab.py +++ b/TestEffectLab.py @@ -99,5 +99,5 @@ def main(): t = Timer('test()', 'from __main__ import test') - print avg(t.repeat(3, 100)) + print sum(t.repeat(3, 100)) / 3