Skip to content

Commit 1a92a9f

Browse files
Merge pull request #72 from actuarialopensource/codex/update-comment-on-line-6
Fix comment with correct model choices
2 parents 42a9e7f + 60a4c83 commit 1a92a9f

File tree

1 file changed

+1
-1
lines changed
  • containers/BasicTerm_ME_python

1 file changed

+1
-1
lines changed

containers/BasicTerm_ME_python/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
def main():
44
parser = argparse.ArgumentParser(description="Term ME model runner")
55
parser.add_argument("--multiplier", type=int, default=100, help="Multiplier for model points")
6-
# add an argument that must be either "torch" or "jax"
6+
# add an argument that must be either "torch_recursive" or "jax_iterative"
77
parser.add_argument("--model", type=str, default="jax_iterative", choices=["torch_recursive", "jax_iterative"], help="Model to run")
88
args = parser.parse_args()
99

0 commit comments

Comments
 (0)