Describe the bug
Currently many of the functions accept kwargs as input but this is not great since if a person misspell the input variable then Python does not return an error. See discussion #98
To Reproduce
Steps to reproduce the behavior:
pass input stand='ashrae' to pmv
No error is thrown but the the function uses the ISO model to calculate the output.
Expected behavior
An error message should be returned
Describe the bug Currently many of the functions accept kwargs as input but this is not great since if a person misspell the input variable then Python does not return an error. See discussion #98
To Reproduce Steps to reproduce the behavior:
Expected behavior An error message should be returned