Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 94215dc

Browse files
committed
docs: contributing: git: Add note about model/tensorflow random errors
Signed-off-by: John Andersen <[email protected]>
1 parent 5412608 commit 94215dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/contributing/git.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,8 @@ For the tests in the various plugins:
132132

133133
- You need to add any dependencies (``pip install ...``) you need to the
134134
``setup.py`` file of the plugin your working on.
135+
136+
- For ``model/tensorflow`` sometimes the neural networks get bad accuracy,
137+
causing the tests to fail. This is because they are initialized with random
138+
weights. Click on the failing test, then re-run it (as of writing this GitHub
139+
only allows re-running all of the tests).

0 commit comments

Comments
 (0)