Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #103780

Re: Condition fullfilled to early but only "sometimes"

From Ian Kelly <ian.g.kelly@gmail.com>
Newsgroups comp.lang.python
Subject Re: Condition fullfilled to early but only "sometimes"
Date 2016-03-01 00:48 -0700
Message-ID <mailman.57.1456818581.20602.python-list@python.org> (permalink)
References <11915658-6fcd-4f83-94ba-5f5dceb3af11@googlegroups.com>

Show all headers | View raw


It's not at all clear what the problem is from your description. What
is it that you expect the code to do? What is it doing instead that
violates your expectation? Why are you asking for Javascript help on a
Python mailing list?

On Mon, Feb 29, 2016 at 10:40 PM,  <jonas.thornvall@gmail.com> wrote:
> I've been looking at the code for two days so i am a bit crosseyed.
> If anyone could help me set the condition so the loop catch the last pair/pairs, it is kind of weird that it succeed sometimes and break to early and report fail others.
>
> I would be very greatful if anyone can see why it break to early and return fail. Although it is clearly a succes looking at the last remaining pair none connected pair.It should report fail for the network permutations that stall due to link exhausting, but not stall creating last pair.
>
> It just a minor bug due to some condition that i just not get.
> Have a go 5 munutes maybe someone catch the faulthy condition.
>
> http://jt.node365.se/mydebug1.html
> --
> https://mail.python.org/mailman/listinfo/python-list

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Condition fullfilled to early but only "sometimes" jonas.thornvall@gmail.com - 2016-02-29 21:40 -0800
  Re: Condition fullfilled to early but only "sometimes" Ian Kelly <ian.g.kelly@gmail.com> - 2016-03-01 00:48 -0700
    Re: Condition fullfilled to early but only "sometimes" jonas.thornvall@gmail.com - 2016-03-01 00:47 -0800
    Re: Condition fullfilled to early but only "sometimes" jonas.thornvall@gmail.com - 2016-03-01 00:56 -0800
    Re: Condition fullfilled to early but only "sometimes" jonas.thornvall@gmail.com - 2016-03-01 01:06 -0800

csiph-web