Skip to content

Commit

Permalink
Fix bug in a sphinx tutorial - MSD plot empirical law
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSantorum committed Jun 21, 2023
1 parent c6dbf63 commit 8bb357b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tutorial/plot_2_plot_spectral_laws.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,5 @@

from skrmt.ensemble.spectral_law import ManovaSpectrumDistribution

msd = ManovaSpectrumDistribution(a=1/3, b=1/3, beta=1)
msd.plot_empirical_pdf(
m_size=1000,
bins=80,
density=True,
plot_law_pdf=True
)
msd = ManovaSpectrumDistribution(a=3, b=3, beta=1)
msd.plot_empirical_pdf(m_size=1000, bins=80, density=True, plot_law_pdf=True)

0 comments on commit 8bb357b

Please sign in to comment.