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

Lookup of Consumables in RTI Module #1416

Closed
3 tasks
thewati opened this issue Jul 9, 2024 · 0 comments · Fixed by #1417
Closed
3 tasks

Lookup of Consumables in RTI Module #1416

thewati opened this issue Jul 9, 2024 · 0 comments · Fixed by #1417
Assignees

Comments

@thewati
Copy link
Collaborator

thewati commented Jul 9, 2024

Look-up of item codes is done individually across the module rti.py. It would be more efficient to do the look-up in one function and then just call it from different points in the code. The following needs to be done to complete this:

  • Create a function called look_up_consumable_item_codes which will lookup the item codes used in the HSI for RTI
  • Call specific item codes required for a particular HSI using the function
  • Run test_rti.py to make sure all tests pass
@thewati thewati self-assigned this Jul 9, 2024
@thewati thewati linked a pull request Jul 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant