adamsardar / currentFlowCentrality

A generalisation of network closeness and betweeness to all paths rather than just geodesics
Mozilla Public License 2.0
0 stars 0 forks source link

Overhaul the tests #4

Open adamsardar opened 4 years ago

adamsardar commented 4 years ago

What

Inspect the test suite and look for redundancies

Why

I've got considerably better at writing packages since I wrote this one (7 years ago). further, many helper packages have evolved in that time (e.g. checkmate) to make testing and assertions easier.

How