microsoft / microsoft/dstoolkit-mlops-v2
generate_run_name takes in unused parameter
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 33
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
The method generate_run_name takes in parameter build_id. However it pulls from the environment variables os.environ.get("BUILD_BUILDID") and does not use build_id. Was the desired result of this method to use the parameter build_id if it cannot find that environment variable, is it not needed at all, or some other way?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the generate_run_name method and its callers, then inspect how BUILD_BUILDID and the build_id parameter are currently used. Done means the intended parameter and environment-variable behavior is decided and the method and affected callers consistently follow that decision.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100