-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Additional Changes:
Introduced a unit test for the compute_analysis method to ensure that the result is a float.
Unit Test for compute_analysis method
def test_compute_analysis():
analysis_instance = Analysis(analysis_config='path/to/analysis_config.yml')
analysis_instance.load_data()
result = analysis_instance.compute_analysis()
assert isinstance(result, float), f"Expected float, but got {type(result)}"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels