Cleanup and extra tests for min/max support #67
Reference in New Issue
Block a user
No description provided.
Delete Branch "minmax"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
These commits make the change to attribute access picked up during the review of #65, and adds 2 extra tests for a potential division-by-zero situation. As it happens, the code survives that division-by-zero as is, but it can't hurt to test for the situation anyway.