pombreda / pysal

Automatically exported from code.google.com/p/pysal
Other
0 stars 0 forks source link

Weights iteration #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Weights is its own iterator.  This creates a bug when trying to iterate over a 
W multiple times 
(simultaneously) for example in nested loops.

To fix this bug, create a new class "Weights_Iterator", such that each instance 
of iter(W) tracks it's 
own current state.

Original issue reported on code.google.com by schmi...@gmail.com on 23 Apr 2010 at 10:43

GoogleCodeExporter commented 9 years ago

Original comment by schmi...@gmail.com on 23 Apr 2010 at 11:19

GoogleCodeExporter commented 9 years ago
Issue 68 has been merged into this issue.

Original comment by schmi...@gmail.com on 23 Apr 2010 at 11:20

GoogleCodeExporter commented 9 years ago
Issue 50 has been merged into this issue.

Original comment by schmi...@gmail.com on 4 May 2010 at 5:57

GoogleCodeExporter commented 9 years ago
Fixed in revision 361

Original comment by schmi...@gmail.com on 4 May 2010 at 10:46