On Fri, Oct 31, 2008 at 1:57 PM, m e <[EMAIL PROTECTED]> wrote:
> I get this on every test on Windows XP, Pentium M:
>
>
> Traceback (most recent call last):
>   File "tests/app/EVENT_LOOP.py", line 50, in test_1_5
>     self.t_scheduled(1, 5, 0)
>   File "tests/app/EVENT_LOOP.py", line 43, in t_scheduled
>     timeout = event_loop.idle()
>   File "C:\Documents and
> Settings\Matthew\Desktop\pyglet\tests\app\pyglet\app\base.py", line 200, in
> idle
>     redraw_all = self.clock.call_scheduled_functions(dt)
>   File "C:\Documents and
> Settings\Matthew\Desktop\pyglet\tests\app\pyglet\clock.py", line 312, in
> call_scheduled_functio
> ns
>     item.func(ts - item.last_ts, *item.args, **item.kwargs)
>   File "tests/app/EVENT_LOOP.py", line 24, in f
>     self.assertAlmostEqual(t - self.last_t, interval, 2)
> AssertionError: 1.869234497680571 != 1 within 2 places
>
>
> The number varies by about 0.01.

Thanks.  I've rearranged the test to be more tolerant of startup lag
on slower computers.  Please update from svn and try again.

Alex.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to