mirror of
https://github.com/gonum/gonum.git
synced 2025-11-01 19:12:45 +08:00
graph/path/...: update for int64 IDs
This commit is contained in:
@@ -45,7 +45,7 @@ func TestBellmanFordFrom(t *testing.T) {
|
||||
test.Name, weight, test.Weight)
|
||||
}
|
||||
|
||||
var got []int
|
||||
var got []int64
|
||||
for _, n := range p {
|
||||
got = append(got, n.ID())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user