Closed ztq1996 closed 6 months ago
Update on the selector (c.f. discussion in slack): resolving the problem with
data = input
some_criteria = something_about(data)
data2 = data[some_criteria]
another_criteria = something_else_about(data2)
data3 = data2[another_criteria]
return data3
where selection for data3 is untraceable directly to data. Option may be to add a tracker of the object ID or row index.
Great idea, I will implement the id approach tomorrow for the grid selection, because there are so many layers of selections
LGTM!
Problem & Solution Description (including issue #)
In this PR I have
Code Quality
#pragma: no cover
; in the case of a bugfix, a new test that breaks as a result of the bug has been added