-
Notifications
You must be signed in to change notification settings - Fork 0
20 lookup table class #25
20 lookup table class #25
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, just a few more comments on your LUT class and tests.
@DFriend01 All issues resolved, one question I have: |
@alberto-escobar If the tests pass on your local machine, then this is probably an infrastructure problem. I'll look into it this weekend. However, the |
@DFriend01 I figured out the problem, in test_lut.py I added:
where ever there was an instance of a LUT object created but never used. This cleared up flake8 errors. I also had to add the following logic to
I made a unit test for this in test_lut called |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The warnings seemed to have been resolved. Great work!
Description
Verification
Resources