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
when submitted to a cluster, the relative path does not match initial relative location of the potential file, as obtained here:
entry = potential.get_entry_rel_path(driver_directory, sim_directory)
as a result, the run.in has no valid potential filename
I would just keep the path as given by the user, or always copy to the work folder
The text was updated successfully, but these errors were encountered:
when submitted to a cluster, the relative path does not match initial relative location of the potential file, as obtained here:
entry = potential.get_entry_rel_path(driver_directory, sim_directory)
as a result, the run.in has no valid potential filename
I would just keep the path as given by the user, or always copy to the work folder
The text was updated successfully, but these errors were encountered: