Closed hgscott closed 1 year ago
I believe there is a typo in the path to the JMatIO library. The path calls jamtio.jar rather than jmatio.jar:
jamtio.jar
jmatio.jar
https://github.com/segrelab/cometspy/blob/29f0897f27c8171c5076fb2124198583c2af6322/cometspy/comets.py#L198-L200
Subsequently, when I create a new comets object, I get an error that the list index is out of range. See screenshot of error message below.
comets
I believe there is a typo in the path to the JMatIO library. The path calls
jamtio.jar
rather thanjmatio.jar
:https://github.com/segrelab/cometspy/blob/29f0897f27c8171c5076fb2124198583c2af6322/cometspy/comets.py#L198-L200
Subsequently, when I create a new
comets
object, I get an error that the list index is out of range. See screenshot of error message below.