After running into problems with a network yesterday I narrowed down the problem to a possible (likely) precision/rounding error. Can anyone suggest a fix/work around for this please?
The problem is illustrated by this network - it’s a simple list generation that I use for subdividing other geometry, it should generated a list of n+1 numbers between 0 and 1 where n is the number of sub-divisions I specify. However, where the number of subdivisions generates a step size that is a recurring decimal there is a rounding error and the last element of the list (1.0000) is not generated.
I can add in some basic error checking to check if the last element is 1.000 and if not add it in but that seems like something that I shouldn’t have to do. Are there plans to increase the level of precision in future releases of Dynamo?