segrelab / cometspy

Python interface for running COMETS simulations and analyzing the results
GNU General Public License v3.0
11 stars 9 forks source link

Typo in jmatio path #23

Closed hgscott closed 1 year ago

hgscott commented 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:

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.

Screenshot 2023-03-31 at 9 08 39 AM