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
RoadwayNetwork.get_property_by_time_period_and_group() should allow the return something explicit if it isn't found.
Status
Defined
Planned
Implemented
Tested
ifpropnotinlist(self.links_df.columns):
WranglerLogger.warning(
"Property {} not in links to split, returning as default value: {}".format(
prop, default_return
)
)
returnpd.Series([default_return] *len(self.links_df))
The text was updated successfully, but these errors were encountered:
RoadwayNetwork.get_property_by_time_period_and_group()
should allow the return something explicit if it isn't found.Status
The text was updated successfully, but these errors were encountered: