You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This defines a number field ``prob_max`` from [0, 1] with a default of 0.05. It also specifies a network atlas (:ref:`NetworkAtlas() <network_atlases>` input field, and a behavior input field.
111
+
* These are all required. If the user does not supply them, the test not run in the GUI.
112
+
113
+
4. If the test is located in the correct folder, after a GUI restart (not MATLAB GUI) the test will populate in the Edge Level test list.
114
+
115
+
In addition to creating the test, a result object will also need to be created.
116
+
117
+
Creating a result
118
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
119
+
120
+
1. ``nla.edge.BaseResult`` will work if custom data fields are not required.
121
+
2. The result must inherit from ``nla.edge.BaseResult``
122
+
3. This result must be placed in ``+nla/+edge/+result/``
123
+
4. Methods and properties
124
+
125
+
* **output**
126
+
* This is the data that will be passed to create a figure of the data::
0 commit comments