allyd93 / linkage-mapper

Automatically exported from code.google.com/p/linkage-mapper
0 stars 0 forks source link

Step 1 crashes if core field name is not short integer. #61

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Choose double precision core field name
2.
3.

What is the expected output? What do you see instead?

Tool crashes in step 1

Please use labels and text to provide additional information.
We should check at beginning to make sure a) integer format is used and b) all 
entries are positive

Original issue reported on code.google.com by mc...@circuitscape.org on 4 Sep 2011 at 5:33

GoogleCodeExporter commented 8 years ago
BHM has added checking for integer format in lm_master.py.  Still need to 
verify positive cores.

Original comment by mc...@circuitscape.org on 28 Sep 2011 at 8:14

GoogleCodeExporter commented 8 years ago
Checking code added in lm_util for positive integer core field.

Original comment by mc...@circuitscape.org on 28 Sep 2011 at 8:31