gonum / graph

Graph packages for the Go language [DEPRECATED]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graph/community: error reporting is incorrect in TestReduceQConsistency*

kortschak opened this issue · comments

  1. The tests with cg1 should report "second" condensation rather than initial condensation.
  2. want and got expressions are reversed in both initial and secondary condensation Errorf calls: reverse gQ and cg?Q.

These are waiting on merging of the multiplex functionality.

I missed something here the first is a conversion the second is a condensation. Will clarify.

Closed by #174.