DiODeProject / DiODeProject/MuMoT

Multicontrollers missing some advanced options

Open
#353 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
24
Forks
5
PR merge metrics
No merged PRs in 30d

Description

For example, the following code from the user manual does not result in a multicontroller with a runs slider or aggregate results checkbox:
```
silentIntegrate2 = model4.integrate(silent = True)
silentSSA2 = model4.SSA(silent = True)
mc2 = mumot.MuMoTmultiController([silentIntegrate2, silentSSA2], shareAxes = True, silent = True,
initWidgets={'initialState':{'U': [1,0,1,0.01],'B': [0,0,1,0.01],
'A': [0,0,1,0.01]}, 'runs':[5,1,20,1], 'aggregateResults':True})

mc3 = mumot.MuMoTmultiController([mc2, model4.stream('A', 'B', silent = True)])
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.