Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stochastic transitions #474

Draft
wants to merge 48 commits into
base: develop
Choose a base branch
from

More informative sc.prepr output (useful when debugging)

c752086
Select commit
Loading
Failed to load commit list.
Draft

Stochastic transitions #474

More informative sc.prepr output (useful when debugging)
c752086
Select commit
Loading
Failed to load commit list.
Azure Pipelines / atomicateam.atomica failed Sep 2, 2024 in 16m 35s

Build #20240902.2 had test failures

Details

Tests

  • 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

See this annotation in the file changed.

@azure-pipelines azure-pipelines / atomicateam.atomica

Build log #L117

Bash exited with code '2'.

Check failure on line 598 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / atomicateam.atomica

Build log #L598

Bash exited with code '1'.

Check failure on line 601 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / atomicateam.atomica

Build log #L601

Cmd.exe exited with code '1'.

Check failure on line 597 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / atomicateam.atomica

Build log #L597

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:'