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
I see in transit-ccr branch, the hard-coded matrix file extension is changed to omx, instead of mat. This is a quick solution to get the omx working, but in the long run, maybe it's better to define the matrix type in properties file.
Describe the bug
Failed to write out trip table matrices from CTRAMP, using the latest mtctm2.jar and common-base.jar.
To Reproduce
Steps to reproduce the behavior:
Run CTRAMP/runtime/runMTCTM2ABM.cmd
Triggering line of code
travel-model-two/core/src/java/com/pb/mtctm2/abm/application/MTCTM2TripTables.java
Line 70 in 2d650b5
travel-model-two/core/src/java/com/pb/mtctm2/abm/application/MTCTM2TripTables.java
Lines 534 to 549 in 2d650b5
travel-model-two/core/cmf/common-base/src/java/com/pb/common/matrix/MatrixReader.java
Lines 153 to 197 in 2d650b5
Thoughts on resolution
Environment
windows 10
java 1.8.0_31
fyi @jfdman @lmz @DavidOry
The text was updated successfully, but these errors were encountered: