File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,13 +9,7 @@ Creating additional edge-level tests
99Current tests are located in ``+nla/+edge/+test ``. This is where all the current tests are located and also where
1010any user-created custom tests will need to be saved. All edge-level test objects must inherit from ``nla.edge.BaseTest ``
1111
12- .. mat :module :: edge
1312
14- .. mat :autoclass :: BaseTest
15-
16- .. mat :automethod :: run(input_struct)
17-
18- .. mat :automethod :: inputs = requiredInputs()
1913
2014
2115* **Result object **
@@ -24,7 +18,11 @@ any user-created custom tests will need to be saved. All edge-level test objects
2418 may be used and this step can be skipped. If a new result is needed, a permutation result inheriting ``+nla/+edge/+result/PermBase ``
2519 must also be created
2620
21+ .. mat :module :: edge.result
22+
23+ .. mat :autoclass :: Base
2724
25+ .. mat :automethod :: output(net_atlas, flags, prob_label)
2826
2927 Creating additional network-level tests
3028----------------------------------------------------------
You can’t perform that action at this time.
0 commit comments