Skip to content

Commit

Permalink
LINT: Added newline at end of processing module
Browse files Browse the repository at this point in the history
  • Loading branch information
itellaetxe committed Sep 20, 2024
1 parent 45a52be commit 0718341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ageml/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ def cohen_d(group1, group2):

# Calculate Cohen's d
d = (mean1 - mean2) / pooled_std
return d
return d

0 comments on commit 0718341

Please sign in to comment.