Skip to content

Commit

Permalink
black format change
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Jan 18, 2025
1 parent f6c5218 commit eafd0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmd/examination/2022/sampling_variability.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def sampling_variability():
pdiff = np.sort(pctdiff)
print(f"BS:pctdiff median = {pdiff[499]:9.3f}")
print(f"BS:pctdiff 95%_ci = {pdiff[24]:9.3f} , {pdiff[974]:9.3f}")

return 0


Expand Down

0 comments on commit eafd0bd

Please sign in to comment.