diff --git a/flepimop/gempyor_pkg/src/gempyor/batch.py b/flepimop/gempyor_pkg/src/gempyor/batch.py index 24f225daf..b0f33eba9 100644 --- a/flepimop/gempyor_pkg/src/gempyor/batch.py +++ b/flepimop/gempyor_pkg/src/gempyor/batch.py @@ -1170,9 +1170,6 @@ def _click_submit(ctx: click.Context = mock_context, **kwargs: Any) -> None: else get_cluster_info(kwargs["cluster"]) ) - # Restart/continuation location - # TODO: Implement this - # Manifest if kwargs["skip_manifest"]: logger.debug("Skipped writing manifest metadata.") diff --git a/flepimop/gempyor_pkg/src/gempyor/templates/inference_slurm.sbatch.j2 b/flepimop/gempyor_pkg/src/gempyor/templates/inference_slurm.sbatch.j2 index 62d346323..1398a2f8b 100644 --- a/flepimop/gempyor_pkg/src/gempyor/templates/inference_slurm.sbatch.j2 +++ b/flepimop/gempyor_pkg/src/gempyor/templates/inference_slurm.sbatch.j2 @@ -14,10 +14,4 @@ set -x {% include "conda_activate.bash.j2" with context %} -# AWS setup - -# Fetch/setup resume files - {% include "inference_command.bash.j2" with context %} - -# Upload/move results