Closed robertdstein closed 9 months ago
winter.build_schedule_locally( program_name=program, data=too_list )
to do reordering by default, but enable the option to keep the original order. And then the user is responsible for checking things, with no reordering done on the server side.
local_schedule.sort_values(by=["filter", "validEnd"], inplace=True) local_schedule.reset_index(inplace=True) local_schedule.drop(columns=["index"], inplace=True) local_schedule["obsHistID"] = range(len(local_schedule))
I think this is risky and I'll defer to users instead
to do reordering by default, but enable the option to keep the original order. And then the user is responsible for checking things, with no reordering done on the server side.