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
Looking at the traversal.time_model section, it's unclear what the units represent. For example, the speed_unit field is used to indicate what units will be found in the speed_table_input_file but the distance_unit is used as the unit that the time model outputs. We also have the key time_model_speed_unit which could be mistakenly set differently from the speed_unit key with no error thrown.
Let's think about how to make these more clear for the user even if that's just updating their name so that speed_unit might speed_table_speed_unit and time_unit might become output_time_unit.
We might also be able to get the time model speed units directly from the model rather than making the user set it.
The text was updated successfully, but these errors were encountered:
update: while thinking this through, i'm realizing that it is possible a model might have multiple fields with different variations of a unit type. i'm struggling to think of an example for this, but, at least it is possible for a user to provide state features that look like this:
Our current traversal model unit representation could be a little bit clearer. For example, we might have a config that looks like this:
Looking at the traversal.time_model section, it's unclear what the units represent. For example, the
speed_unit
field is used to indicate what units will be found in thespeed_table_input_file
but thedistance_unit
is used as the unit that the time model outputs. We also have the keytime_model_speed_unit
which could be mistakenly set differently from thespeed_unit
key with no error thrown.Let's think about how to make these more clear for the user even if that's just updating their name so that
speed_unit
mightspeed_table_speed_unit
andtime_unit
might becomeoutput_time_unit
.We might also be able to get the time model speed units directly from the model rather than making the user set it.
The text was updated successfully, but these errors were encountered: