Closed GoogleCodeExporter closed 9 years ago
Initial examination shows that the raw matches have the correct evalues. So,
problem narrowed down to one of:
* raw match retrieval (from database)
* post processing
* filtered match persistence.
Next step is to find the problem - additional junit testing?
Original comment by philip.j...@gmail.com
on 12 Jul 2010 at 12:53
Raw match retrieval now fully junit tested - no errors, so ruled out.
Original comment by philip.j...@gmail.com
on 13 Jul 2010 at 10:05
Post processing is now fully Junit tested - again no errors, so ruled out.
Now to look at filtered match persistence...
Original comment by philip.j...@gmail.com
on 13 Jul 2010 at 4:49
Fixed - logic error found in the filtered match DAO. The evalue etc. from the
previous result was being stored, hence the scrambled evalues.
Original comment by philip.j...@gmail.com
on 14 Jul 2010 at 5:14
Original issue reported on code.google.com by
philip.j...@gmail.com
on 12 Jul 2010 at 12:47