yogevb / a-dda

Automatically exported from code.google.com/p/a-dda
0 stars 0 forks source link

Inconsistency in number of granules #139

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Number of granule coordinates saved to 'granules' is not always equal to number 
of granules written in 'log'. The latter number seems to be just a preliminary 
estimate, which is calculated before actually generating granules.

The problem is that there is a certain built-in randomness in the number of 
granules. But at least the produced number should be consistent between the 
output files.

Original issue reported on code.google.com by yurkin on 7 Feb 2012 at 2:45

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1137.

Original comment by yurkin on 14 May 2012 at 7:57

GoogleCodeExporter commented 9 years ago
It is important to note, that the bug only affected the saving of granules to 
file. I.e. the number of granules really placed into the shape for simulation 
was correct (as given in 'log'), but a few extra (non-placed) granules, which 
exist intermediary in the algorithm, could be saved to file 'granules'.

Original comment by yurkin on 14 May 2012 at 7:59