PuffinPlot issue tracker

Bug: a88/ec4

ID : ec4ad50b-7dfb-412e-bb43-50ea2ef322c1
Short name : a88/ec4
Status : fixed
Severity : minor
Assigned :
Reporter : Pontus Lurcock <pont@talvi.net>
Creator : Pontus Lurcock <pont@talvi.net>
Created : Sat, 01 Aug 2009 06:18:30 +0000
Target : 1.0
Summary : Make depth selection more robust [106]

Comment: --------- Comment ---------
ID: 33a9d783-ee37-4e84-8e88-bcd264f5d6b4
Short name: a88/ec4/33a
From: Pontus Lurcock <pont@talvi.net>
Date: Sat, 01 Aug 2009 06:18:30 +0000

Currently samples in a long core are kept in a hash table with
Doubles representing depths as the keys. This seems to work but
is a little dodgy, given the inherent imprecision of floating-
point arithmetic. Would it make more sense simply to treat depth
labels as strings, since they're only accessed by index anyway?
This would let long core and discrete suites be handled far more
uniformly.

Comment: --------- Comment ---------
ID: 54e151d3-ecb3-476c-b4cb-44db2deace44
Short name: a88/ec4/54e
From: Pontus Lurcock <pont@talvi.net>
Date: Sat, 22 Aug 2009 07:43:11 +0000

Implemented as specified.