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
A simple optimization would be to check if the post doc is null before doing the pre doc projection. Currently this is only checked before doing the post doc projection, but events are only created if there is a post doc, so the pre doc projection is pointless.