Stochastic transitions #474
Build #20240902.2 had test failures
Details
- Failed: 12 (1.68%, 0 new, 12 recurring)
- Passed: 702 (98.32%)
- Other: 0 (0.00%)
- Total: 714
Annotations
Check failure on line 117 in Build log
azure-pipelines / atomicateam.atomica
Build log #L117
Bash exited with code '2'.
Check failure on line 598 in Build log
azure-pipelines / atomicateam.atomica
Build log #L598
Bash exited with code '1'.
Check failure on line 601 in Build log
azure-pipelines / atomicateam.atomica
Build log #L601
Cmd.exe exited with code '1'.
Check failure on line 597 in Build log
azure-pipelines / atomicateam.atomica
Build log #L597
Bash exited with code '1'.
Check failure on line 1 in atomica/demos.py
azure-pipelines / atomicateam.atomica
atomica/demos.py
F821 undefined name 'demos'
Raw output
52:82 F821 undefined name 'demos'
Check failure on line 1 in atomica/excel.py
azure-pipelines / atomicateam.atomica
atomica/excel.py
E226 missing whitespace around arithmetic operator
Raw output
1202:186 E226 missing whitespace around arithmetic operator
Check failure on line 1 in atomica/framework.py
azure-pipelines / atomicateam.atomica
atomica/framework.py
E231 missing whitespace after ','
Raw output
1092:64 E231 missing whitespace after ','
Check failure on line 1 in atomica/model.py
azure-pipelines / atomicateam.atomica
atomica/model.py
E712 comparison to False should be 'if cond is False:' or 'if not cond:'
Raw output
903:33 E712 comparison to False should be 'if cond is False:' or 'if not cond:'