Skip to content

Commit 6967a39

Browse files
committed
note for github fix hopefully
1 parent 11f8e40 commit 6967a39

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

docs/source/for_developers.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ Creating additional edge-level tests
88

99
Current tests are located in ``+nla/+edge/+test``. This is where all the current tests are located and also where
1010
any user-created custom tests will need to be saved. All edge-level test objects must inherit from ``nla.edge.BaseTest``
11+
..
12+
commenting this out because it's broken right now. filed report on github
13+
.. mat:module:: edge
1114
12-
.. mat:module:: edge
15+
.. mat:autoclass:: BaseTest
1316
14-
.. mat:autoclass:: BaseTest
17+
.. mat:automethod:: run(input_struct)
1518
16-
.. mat:automethod:: run(input_struct)
17-
18-
.. mat:automethod:: inputs = requiredInputs()
19+
.. mat:automethod:: inputs = requiredInputs()
1920
2021
2122
* **Result object**

0 commit comments

Comments
 (0)