SPARC-X/SPARC-X-API

non-default arguments

bernstei opened this issue · 3 comments

The Calculator converts arguments in default_arguments to upper case, but not other arguments. Should it do so for all arguments?

I'm reaching back in my memory now but I believe this was related to one of the input arguments containing a lower case letter. I think I did this to prevent the argument that had the lower case letter from getting converted. It probably makes sense to convert all arguments to upper case though.

I think that you should just decide if the arguments are supposed to be case sensitive. If so, you can't convert any. If not, you should convert all.

I decided to make the inputs non-case sensitive in the most recent commit (#12). We are planning a major re-write of the interface in the near future so this also might change.