Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Nov 27, 2024
1 parent 8cc5f80 commit 2393a1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ostap/stats/gofnd.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
__author__ = "Vanya BELYAEV [email protected]"
__date__ = "2024-09-29"
__all__ = (
'PPD' , ## Point-to-Point Dissimilarity Goodness-of-fit method
'PPD' , ## Point-to-Point Dissimilarity Goodness-of-fit method
'DNN' , ## Distance-to-Nearest-Neighbour Goodness-Of-Fit method
)
# =============================================================================
from ostap.stats.gof import AGoF
Expand Down

0 comments on commit 2393a1e

Please sign in to comment.