Skip to content

Commit

Permalink
Adding labels to configuration file
Browse files Browse the repository at this point in the history
Sharrow throws an error if there are no labels
  • Loading branch information
vivekyadav26 committed Apr 15, 2024
1 parent 753fb79 commit d352e90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/resident/atwork_subtour_destination.csv
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Label,Description,Expression,atwork
,,"[email protected](skims['DIST'], 20)",1
,,_DIST_SQUARED@_DIST**2,1
,,_DIST_CUBED@_DIST**3,1
,,[email protected](_DIST + 0.001),1
ATWORK_DIST_SQUARED,,_DIST_SQUARED@_DIST**2,1
ATWORK_DIST_CUBED,,_DIST_CUBED@_DIST**3,1
ATWORK_DIST_LOGGED,,[email protected](_DIST + 0.001),1
util_Distance,Distance,@_DIST,coef_dist_atwork
util_Distance_squared,Distance_squared,@_DIST_SQUARED,coef_distsqrd_atwork
util_Distance_fulltime_worker,Distance_fulltime_worker,@_DIST * (df.ptype==1),coef_dist_ftworker_atwork
Expand Down

0 comments on commit d352e90

Please sign in to comment.