Stochastic transitions #474
Build #20250228.4 had test failures
Details
- Failed: 28 (3.92%, 28 new, 0 recurring)
- Passed: 687 (96.08%)
- Other: 0 (0.00%)
- Total: 715
Annotations
Check failure on line 180 in Build log
azure-pipelines / atomicateam.atomica
Build log #L180
Bash exited with code '2'.
Check failure on line 1586 in Build log
azure-pipelines / atomicateam.atomica
Build log #L1586
Bash exited with code '1'.
Check failure on line 1589 in Build log
azure-pipelines / atomicateam.atomica
Build log #L1589
Cmd.exe exited with code '1'.
Check failure on line 1585 in Build log
azure-pipelines / atomicateam.atomica
Build log #L1585
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:'