the first fix to #20 addressed the bug in a conditional due to an out of date index, but it still reported an incorrect last B date using the old index. this PR fixes that.
it also updates unit tests to use the new B specification so that all tests are now passing and no warnings are generated.
fixes #20
the first fix to #20 addressed the bug in a conditional due to an out of date index, but it still reported an incorrect last
B
date using the old index. this PR fixes that.it also updates unit tests to use the new
B
specification so that all tests are now passing and no warnings are generated.