The output parameter for various calibration date and time methods is incorrectly named in nidmm and nidcpower.
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 128
- Forks
- 110
- Avg merge
- 5d 14h
- Merged PRs (30d)
- 10
Description
GetLastCalDateAndTime in nidmm and GetLastExtCalLastDateAndTime and GetLastSelfCalLastDateAndTime in nidcpower have their "out" parameter labeled "month" when they, in fact, return a hightime.datetime object representing the date and time to a resolution of minutes.
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
Locate the nidmm GetLastCalDateAndTime method and the two nidcpower calibration date/time methods, then inspect where their output parameter labels are defined. Verify that the labels describe the returned date-time value rather than a month, and run the relevant project checks or tests to confirm the correction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100