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
I was going through the code, and I found following lines in loading.py. But I couldn't find the definition of the function. So I wondered whether this is important or not.
# Generate ann for plan
if 'occ_future_ann_infos_for_plan' in results.keys():
results = self._load_future_anns_plan(results)
The text was updated successfully, but these errors were encountered:
I was going through the code, and I found following lines in loading.py. But I couldn't find the definition of the function. So I wondered whether this is important or not.
The text was updated successfully, but these errors were encountered: