Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

report error in centroid method #8

Open
lipiji opened this issue Dec 30, 2016 · 1 comment
Open

report error in centroid method #8

lipiji opened this issue Dec 30, 2016 · 1 comment

Comments

@lipiji
Copy link

lipiji commented Dec 30, 2016

Caused by: java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at code.MEAD.Summarize(MEAD.java:106)
at code.Run.main(Run.java:324)
... 6 more
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.simontuffs.onejar.Boot.run(Boot.java:306)
at com.simontuffs.onejar.Boot.main(Boot.java:159)

@PKULCWM
Copy link
Owner

PKULCWM commented Jan 5, 2017

what's your specific parameter?
It seems that the length of the input file is too long and might be out of limit. If so, you may have to wait for some time. We are working on this problem and it will be solved in next version.
Sorry for this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants