Skip to content

Commit

Permalink
Remove temporary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyWillard committed Nov 26, 2024
1 parent 5027499 commit d549728
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions flepimop/gempyor_pkg/src/gempyor/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d549728

Please sign in to comment.