non-default arguments
bernstei opened this issue · 3 comments
bernstei commented
The Calculator converts arguments in default_arguments to upper case, but not other arguments. Should it do so for all arguments?
bencomer commented
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.
bernstei commented
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.