This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
jasder
/
igraph
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
9
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
tags/0.3
alexgutteridge
19 years ago
parent
0a63f56869
commit
bc5bb8f92e
1 changed files
with
0 additions
and
10 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-10
test/tc_debug.rb
+ 0
- 10
test/tc_debug.rb
View File
@@ -1,10 +0,0 @@
require 'test/unit'
require 'igraph'
class TestGraph < Test::Unit::TestCase
def test_adj
graph = IGraph.new(['A','B','C','D'],true)
assert_equal ['B'], graph.adjacent_vertices('A',IGraph::ALL)
end
end
Write
Preview
Loading…
Cancel
Save