mirror of
https://github.com/gonum/gonum.git
synced 2025-10-17 04:31:03 +08:00
graph: rename nodeFilterIterator => nodeIteratorPair and minor fixes
The length calculation is now correct. This had not effect previously as NodesOf is lenient in how it handles mis-estimated iterator lengths.
This commit is contained in:
9
graph/export_test.go
Normal file
9
graph/export_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright ©2019 The Gonum Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package graph
|
||||
|
||||
var (
|
||||
NewNodeIteratorPair = newNodeIteratorPair
|
||||
)
|
Reference in New Issue
Block a user