weecology / sad-comparison

Elita Baldridge's dissertation repository
8 stars 7 forks source link

Importing likelihood data #34

Closed embaldridge closed 9 years ago

embaldridge commented 9 years ago

Traceback (most recent call last): File "/usr/lib/wingide-101-4.1/src/debug/tserver/_sandbox.py", line 163, in File "/usr/lib/wingide-101-4.1/src/debug/tserver/_sandbox.py", line 24, in import_results File "/usr/lib/python2.7/dist-packages/numpy/lib/npyio.py", line 1667, in genfromtxt raise ValueError(errmsg) ValueError: Some errors were detected ! Line #16 (got 7 columns instead of 8) Line #23 (got 7 columns instead of 8) Line #28 (got 7 columns instead of 8) ...etc .

embaldridge commented 9 years ago

FIA has blanks for some of the geometric series likelihoods. This is bad, because for the AICc, the blanks are for the negative binomial, which means I forgot to insert blanks in the likelihood outputs. I will go do that, then, and close out this issue when I am sure it is fixed.

embaldridge commented 9 years ago

Fixed.

embaldridge commented 9 years ago

Looks fixed by examining output files by eye, isn't fixed for the computer. Not sure why.

embaldridge commented 9 years ago

Problem not with likelihood output, problem is with AICc output. Somewhere along the line, I lost the thing that inserts the blank into that.

embaldridge commented 9 years ago

Found and fixed.