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
Splitting a job with 100 trajectories loses some trajectories from the total after splitting when total_trajectories % processes !=0.
Probably something I messed up in the routine to handle these cases.
Splitting a job with 100 trajectories loses some trajectories from the total after splitting when
total_trajectories % processes !=0.Probably something I messed up in the routine to handle these cases.