Closed jonthegeek closed 3 months ago
I went with strFilterSubjects, strFilterNumerator, and strFilterDenominator (rather than expression forms) to make it as easy on the user as possible.
Closes #1784.
Notes:
I also refactored some code while I was in thee to (hopefully) make the main function easier to follow.
scrapping the strFilteredX approach to Input_Rate() per this comment
strFilteredX
Input_Rate()
Overview
I went with strFilterSubjects, strFilterNumerator, and strFilterDenominator (rather than expression forms) to make it as easy on the user as possible.
Closes #1784.
Test Notes/Sample Code
Notes:
I also refactored some code while I was in thee to (hopefully) make the main function easier to follow.