diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2023-05-13 19:44:54 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2023-05-13 19:44:54 +0200 |
commit | 2d895e4abb26eccefe6b4bc201fd60eb79600e3e (patch) | |
tree | 073ee74fd751fd3535d983275258e77adbf1de08 /doc/listings/testOutput.txt | |
parent | f9f150a644422714b16380e490db51989da53c61 (diff) | |
download | imago-2d895e4abb26eccefe6b4bc201fd60eb79600e3e.tar.gz imago-2d895e4abb26eccefe6b4bc201fd60eb79600e3e.zip |
Added visualization of SGF example.
Diffstat (limited to 'doc/listings/testOutput.txt')
-rw-r--r-- | doc/listings/testOutput.txt | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/listings/testOutput.txt b/doc/listings/testOutput.txt index 2bfa52f..7d1cfda 100644 --- a/doc/listings/testOutput.txt +++ b/doc/listings/testOutput.txt @@ -1,21 +1,22 @@ +Invalid Move! Move outside board bounds. Name Stmts Miss Cover Missing ------------------------------------------------------------------------------- imago/data/enums.py 17 0 100% -imago/engine/core.py 39 39 0% 3-68 -imago/engine/createDecisionAlgorithm.py 11 11 0% 3-21 +imago/engine/core.py 39 8 79% 43, 50-52, 60-62, 68 +imago/engine/createDecisionAlgorithm.py 11 5 55% 13-21 imago/engine/decisionAlgorithm.py 9 4 56% 6, 10, 14, 18 -imago/engine/imagoIO.py 105 105 0% 3-186 +imago/engine/imagoIO.py 103 10 90% 75-76, 190-198, 205 imago/engine/keras/convNeuralNetwork.py 12 12 0% 3-54 imago/engine/keras/denseNeuralNetwork.py 12 12 0% 3-40 imago/engine/keras/initialDenseNeuralNetwork.py 11 11 0% 3-28 -imago/engine/keras/keras.py 28 28 0% 3-49 -imago/engine/keras/neuralNetwork.py 137 137 0% 3-206 -imago/engine/monteCarlo.py 107 78 27% 17-24, 32-35, 41-49, 53-54, 71, 77-79, 84-88, 92-93, 110-125, 129-130, 136-140, 144-156, 162-182, 186-187 +imago/engine/keras/keras.py 28 15 46% 16-27, 34-37, 41, 48-49 +imago/engine/keras/neuralNetwork.py 137 112 18% 23-31, 34, 37-46, 58-61, 66-69, 72-80, 85-95, 100-112, 117-139, 142-145, 151-186, 195-203, 206 +imago/engine/monteCarlo.py 110 8 93% 128, 181-190, 194-195 imago/engine/parseHelpers.py 48 0 100% -imago/gameLogic/gameBoard.py 199 55 72% 115, 128, 136-139, 177, 188, 192, 202, 211-212, 216, 224, 228, 230, 235-241, 267-274, 278-303, 307-311 +imago/gameLogic/gameBoard.py 199 26 87% 115, 177, 202, 269, 278-303, 311 imago/gameLogic/gameData.py 24 24 0% 3-51 -imago/gameLogic/gameMove.py 93 29 69% 21, 27, 33-35, 51-56, 73, 91, 117, 121-125, 130-133, 137-141, 145 -imago/gameLogic/gameState.py 42 22 48% 17-21, 25, 29, 38, 43-49, 53, 57, 61, 66-71 +imago/gameLogic/gameMove.py 95 13 86% 21, 27, 34, 131-134, 138-142, 146 +imago/gameLogic/gameState.py 42 0 100% imago/scripts/monteCarloSimulation.py 17 17 0% 3-25 imago/sgfParser/astNode.py 125 125 0% 1-156 imago/sgfParser/parsetab.py 18 18 0% 5-28 @@ -23,6 +24,6 @@ imago/sgfParser/sgf.py 6 6 0% 3-13 imago/sgfParser/sgflex.py 31 31 0% 5-71 imago/sgfParser/sgfyacc.py 41 41 0% 5-71 ------------------------------------------------------------------------------- -TOTAL 1132 805 29% +TOTAL 1135 498 56% 8 empty files skipped. |