StanSensitivity
StanSensitivity copied to clipboard
Have script work with python 2 and python 3
If python 2 is the system default, the script will fail with an OrderedDict
error.
The OrderedDict constructor and update() method both accept keyword arguments, but their order is lost because Python’s function call semantics pass-in keyword arguments using a regular unordered dictionary.