From d549728b56ec2606d5f7e33d905c4eb1aa526d03 Mon Sep 17 00:00:00 2001 From: Timothy Willard <9395586+TimothyWillard@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:54:06 -0500 Subject: [PATCH] Remove temporary comments --- flepimop/gempyor_pkg/src/gempyor/batch.py | 3 --- .../src/gempyor/templates/inference_slurm.sbatch.j2 | 6 ------ 2 files changed, 9 deletions(-) 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