Commit Graph

8 Commits

Author SHA1 Message Date
Dan Kortschak
a4dda6a99c all: make tests pass when -count is greater than 1
Tests run repeatedly do not reinitialise state, meaning that a second run
of the tests will have leftover state from the previous run. This ensures
that repeated runs are identical with the exception of map iteration order.
2022-08-06 15:52:53 +09:30
Dan Kortschak
14aa307d49 modules,graph/layout: update for gonum/plot v0.9.0 2021-03-11 07:41:27 +10:30
Dan Kortschak
c631911702 graph/layout: reduce code duplication in layout tests 2021-03-09 20:15:25 +10:30
Dan Kortschak
e2724b62dc graph/layout: allow Isomap tests to pass on GOARCH=386 2020-09-14 18:05:53 +09:30
Dan Kortschak
d8ec179f2b graph/layout: differentiate arm64 layout golden images 2020-01-13 08:52:57 +10:30
Dan Kortschak
623f346311 graph: clean up lint 2019-11-02 05:20:20 +10:30
Dan Kortschak
99e48c9b02 graph/layout: handle difference between pure go and asm kernels 2019-08-08 18:38:21 +09:30
Dan Kortschak
1f8b402c01 graph/layout: add Isomap layout 2019-07-22 12:37:24 +09:30