Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrommyd committed Mar 18, 2024
1 parent 56bf105 commit 2d2e1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pdf_cruijff.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def create_cruijff(mu, sigmal, alphal, sigmar, alphar, limits):


def test_cruijff_pdf():
# Test PDF hereA
# Test PDF here
cruijff, _ = create_cruijff(
mu=mu_true, sigmal=sigmal_true, alphal=alphal_true, sigmar=sigmar_true, alphar=alphar_true, limits=(50, 130)
)
Expand Down

0 comments on commit 2d2e1ef

Please sign in to comment.