MuMoT icon indicating copy to clipboard operation
MuMoT copied to clipboard

Greek letters should be used consistently in all functions

Open joefresna opened this issue 6 years ago • 2 comments

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.

joefresna avatar Jul 02 '19 15:07 joefresna

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?

jarmarshall avatar Jul 02 '19 16:07 jarmarshall

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.

joefresna avatar Jul 02 '19 16:07 joefresna