mdeamico / jodeln

Tool for OD matrix estimation
GNU General Public License v3.0
4 stars 0 forks source link

Remove nodes column that was for debugging #23

Closed mdeamico closed 3 years ago

mdeamico commented 3 years ago

The GUI contains a table listing all routes in the model. The column containing the route nodes was removed because it is no longer needed.

The column showed the internal index of each node in sequence along the route, such as [0, 2, 4, 6]. Listing the internal index was useful for debugging purposes, but is not useful for end-users.