DiODeProject / MuMoT

Multiscale Modelling Tool - mathematical modelling without the maths
https://mumot.readthedocs.io/
GNU General Public License v3.0
21 stars 5 forks source link

Greek letters should be used consistently in all functions #324

Open joefresna opened 5 years ago

joefresna commented 5 years ago

in single controller, greek letters work with the backslash, instead in Multicontrollers backslash should be omitted.

Very hard for users to guess which is the correct format if changes from case to case.

jarmarshall commented 5 years ago

Please could you provide a code snippet to illustrate - presumably this refers to partial controllers but, for example, is the problem manifest when using params, initWidgets, both?

joefresna commented 5 years ago

e.g.

model1.multiagent( initWidgets = {'\epsilon':[0.01,0,0.1,0.005]} , ...}

mumot.MuMoTmultiController( [...], initWidgets = {'epsilon':[0.01,0,0.1,0.005]}

The former needs the '\' the latter doesn't.