Skip to content

ProjectSettings.tvec update to latest function using arange - to matc…

aab2c7c
Select commit
Loading
Failed to load commit list.
Draft

Stochastic transitions #474

ProjectSettings.tvec update to latest function using arange - to matc…
aab2c7c
Select commit
Loading
Failed to load commit list.
Azure Pipelines / atomicateam.atomica failed Feb 28, 2025 in 21m 11s

Build #20250228.4 had test failures

Details

Tests

  • 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

See this annotation in the file changed.

@azure-pipelines azure-pipelines / atomicateam.atomica

Build log #L180

Bash exited with code '2'.

Check failure on line 1586 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / atomicateam.atomica

Build log #L1586

Bash exited with code '1'.

Check failure on line 1589 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / atomicateam.atomica

Build log #L1589

Cmd.exe exited with code '1'.

Check failure on line 1585 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / atomicateam.atomica

Build log #L1585

Bash exited with code '1'.

Check failure on line 1 in atomica/demos.py

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines 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:'