Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add help and arguments to bin/aip #51

Merged
merged 7 commits into from
Oct 28, 2024

Conversation

verovaleros
Copy link
Member

Description

This PR introduces two main changes:

  • Use of argparse in AIP to handle input options (model, date)
  • Refactoring (remove unused imports, move validate date function to own library)

Fixes #48
Fixes #49

The files modified are two:

  • bin/aip
  • lib/aip/utils/date_utils.py (new file)

@verovaleros verovaleros added documentation Improvements or additions to documentation enhancement New feature or request labels Oct 28, 2024
@verovaleros verovaleros added this to the v3.0.0 milestone Oct 28, 2024
@verovaleros verovaleros self-assigned this Oct 28, 2024
@verovaleros verovaleros merged commit cfd8ccb into development Oct 28, 2024
2 checks passed
@verovaleros verovaleros deleted the add-help-and-arguments-to-bin-aip branch October 28, 2024 15:52
This was referenced Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add help/argparse so people can access a usage guide from the tool itself. Add option to run just one model
1 participant