We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5cd0d6 commit 4396088Copy full SHA for 4396088
1 file changed
docs/source/for_developers.rst
@@ -17,14 +17,15 @@ will need to be saved. All edge-level test objects must inherit from ``nla.edge.
17
18
* a ``run`` method
19
20
- .. mat:automethod:: result = run(obj, input_struct)
+ **result = run(obj, input_struct)**
21
+
22
input_struct typically contains the following fields in the normal GUI pipeline for most current tests (except SwE and OLS):
23
24
* behavior - [numSubjects x 1] array of doubles
25
* func_conn - nla.TriMatrix object, containing functional connectivity data for all edges and subjects
26
27
28
-
29
* **Result object**
30
31
A result object must be defined for the test edge-level results. If no custom data fields are needed, then the object in ``+nla/+edge/+result/Base.m``
0 commit comments