Added tests for sklearn pipeline.
-Added test for default parameter check for epsilon and sensitivity in LaplaceMechanism class
-Added test to check for return type of sensitivity_calculation method of LaplaceMechanism class. Checks if return type is numpy array and also the size of the output array is same as that of the input.
Affected Dependencies
None
How has this been tested?
Describe the tests that you ran to verify your changes.
Provide instructions so we can reproduce.
List any relevant details for your test configuration.
Description
Added tests for sklearn pipeline. -Added test for default parameter check for epsilon and sensitivity in LaplaceMechanism class -Added test to check for return type of sensitivity_calculation method of LaplaceMechanism class. Checks if return type is numpy array and also the size of the output array is same as that of the input.
Affected Dependencies
None
How has this been tested?
Checklist