jonathancrabtree / Circleator

Flexible circular visualization of genome-associated data with BioPerl and SVG.
Other
46 stars 8 forks source link

Make t/circleator.t insensitive to architecture/platform. #21

Closed jonathancrabtree closed 8 years ago

jonathancrabtree commented 9 years ago

Some of the tests appear to be failing due to very small differences in the output SVG coordinates (i.e. the very last digit of a 10-12 digit decimal is different.) My guess is that this is due to differences in architecture/platform (e.g., 32 bit laptop versus 64 bit desktop machine.) The best solution is probably to round all the output coordinates to a certain number of decimal places (which will also cut down on the size of the SVG output.)