Skip to content

Commit

Permalink
readd drop_bool = False
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanb committed Apr 20, 2017
1 parent 7979189 commit cd25462
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions urbanaccess/gtfs/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ def interpolatestoptimes(stop_times_df, calendar_selected_trips_df, day):

# Need to check if existing index in column names and drop if so (else
# a ValueError where Pandas can't insert b/c col already exists will occur)
drop_bool = False
if _check_if_index_name_in_cols(df_for_interpolation):
# move the current index to own col named 'index'
col_name_to_copy = df_for_interpolation.index.name
Expand Down

0 comments on commit cd25462

Please sign in to comment.