Repast / repast.simphony

Git repository for Repast Simphony development
repast.github.io
90 stars 21 forks source link

Java Units API fix #85

Open etatara opened 1 year ago

etatara commented 1 year ago

I reported an issue in the Java units of measurement API related to classloader problems (https://github.com/unitsofmeasurement/indriya/issues/383). This appears to be fixed so we should remove the workaround code in Repast and test that it works without it, assuming that the fix is available in a release version of Indriya.

There are a few places were we call Calculus.setCurrentNumberSystem(...) which shouldn't be needed after the fix.