Robert Dougherty-Bliss

Results 3 issues of Robert Dougherty-Bliss

While trying to fix #160, I noticed that the Halstead visitor counts operands incorrectly. Essentially, it states that every expression that an operator is applied to is a distinct operator....

Radon currently captures most exceptions that occur while doing its work. This makes it a real pain to discover where a programming mistake was made. (See #170 for an example;...

When running `Chain.communication_classes()`, a TypeError is thrown: `TypeError: unhashable type: 'set'`. The issue seems to be having nested sets, since the interior sets are mutable. One fix would be to...