rafelafrance / traiter

Extract information from natural history annotations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UUID can render a false positive length measurement

tucotuco opened this issue · comments

This is entertaining. Given the input string "92a94901-7146-4989-9538-21bfafbc59eb"

the output is lengthinmm:7146 is_inferred:1 standard length type: "total length"

The expected output is lengthinmm:None is_inferred:None standard length type: None

commented

Yep this one at least we knew about. -r

On Wed, Aug 10, 2016 at 10:02 AM, John Wieczorek notifications@github.com
wrote:

This is entertaining. Given the input string "92a94901-7146-4989-9538-
21bfafbc59eb"

the output is lengthinmm:7146 is_inferred:1 standard length type: "total
length"

The expected output is lengthinmm:None is_inferred:None standard length
type: None


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#16, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAcc7Gm2-l1Q-_JPCS4MQaGAkgmNpawBks5qednlgaJpZM4JhLRs
.

commented

Fixed by using regular expression look-arounds