microsoft / microsoft/dstoolkit-mlops-v2

generate_run_name takes in unused parameter

Open
#186 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.