Skip to content

Commit

Permalink
modify todo comments to reflect next steps for argument parser updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuaibi7 committed Dec 22, 2024
1 parent 3f5ebf5 commit eda9cfb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/dialect/utils/argument_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ def build_argument_parser():
help="Path to the cbase results file",
)

# TODO: create subparser to run comparison methods
# TODO: create subparser to run simulations
# TODO: create subparser to run workflows end-to-end
# TODO: Build and integrate subparser compare subparser
# TODO: Build and integrate simulate subparser (create + evaluate)

return parser

0 comments on commit eda9cfb

Please sign in to comment.