You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
your branch is really outdated with respect to the master. I remember I dealt with pyline boundaries. You should bring your code up to date with the master.
On Thu, Aug 13, 2015 at 3:53 PM, Patricio Cubillos <[email protected]
wrote:
your branch is really outdated with respect to the master. I remember I
dealt with pyline boundaries. You should bring your code up to date with
the master.
—
Reply to this email directly or view it on GitHub #111 (comment).
I added the following lines after the fclose(fp); on line 587 of readlineinfo.c: for (int k=0; k<li->n_l+nread; k++)
if (lt->isoid[k] > 10 || lt->isoid[k] < 0)
printf("uh oh, isoid of %d\n", lt->isoid[k]);
(I'm giving up on trying to get github to display the whitespace correctly)
\3. I compiled everything and set up the demo run
\4. I changed wlhigh to 5.0
\5. I ran the code and saw garbage
As I said, this appears to be stemming from a bug in datafileBS. I am looking into it, but if you have any ideas or already know what could be causing this issue, help and information are always welcome.
To reproduce:
The issue appears to be caused by datafileBS() trying to find an index for ilast, but putting it beyond the end of the list of isoids in the file.
I am looking into this bug now, as it appears to be causing a cascade of other problems in my multiple TLI code.
The text was updated successfully, but these errors were encountered: