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

Greek letters should be used consistently in all functions #324

Open
joefresna opened this issue Jul 2, 2019 · 2 comments
Open

Greek letters should be used consistently in all functions #324

joefresna opened this issue Jul 2, 2019 · 2 comments
Assignees

Comments

@joefresna
Copy link
Contributor

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 joefresna added this to the First release patch milestone Jul 2, 2019
@joefresna joefresna changed the title Greek letter should be used consistently in all functions Greek letters should be used consistently in all functions Jul 2, 2019
@jarmarshall
Copy link
Contributor

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
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants