Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove excess check_response call in std_dev_for_parameter
The `std_dev_for_parameter` method manually checks if the response's status_code is 200 OK and decides what to do if it is not. Calling the `check_response` method raises an exception if it is not 200 OK, which is a valid response in this case.
- Loading branch information