Skip to content

Commit

Permalink
Sort alphabetically distributions results
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorandreazza committed May 27, 2024
1 parent 4640088 commit b1418d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fitter/fitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ def fit(self, progress=False, n_jobs=-1, max_workers=-1, prefer="processes"):
"ks_pvalue": self._ks_pval,
}
)
self.df_errors.sort_index(inplace=True)

def plot_pdf(self, names=None, Nbest=5, lw=2, method="sumsquare_error"):
"""Plots Probability density functions of the distributions
Expand Down

0 comments on commit b1418d8

Please sign in to comment.