-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
| //todo has to be probably in silo | |
| SkimTravelTimes skimTravelTimes; | |
| skimTravelTimes = (SkimTravelTimes) dataSet.getTravelTimes(); | |
| skimTravelTimes.readSkim("bus", Resources.instance.getRelativePath(Properties.BUS_TRAVEL_TIME_SKIM).toString(), "mat1", 1/60.); | |
| skimTravelTimes.readSkim("tramMetro", Resources.instance.getRelativePath(Properties.TRAM_METRO_TRAVEL_TIME_SKIM).toString(), "mat1", 1/60.); | |
| skimTravelTimes.readSkim("train", Resources.instance.getRelativePath(Properties.TRAIN_TRAVEL_TIME_SKIM).toString(), "mat1", 1/60.); |
This issue was generated by todo based on a todo comment in 922e356 when #98 was merged. cc @msmobility.
Reactions are currently unavailable