Skip to content

Commit

Permalink
Fix plot test
Browse files Browse the repository at this point in the history
  • Loading branch information
dekuenstle committed Sep 20, 2024
1 parent e999be0 commit 2fdf6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psignifit/tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_plot_psych():
options = get_std_options()
res = psignifit(data, **options)
plt.figure()
psigniplot.plot_psychmetric_function(res)
psigniplot.plot_psychometric_function(res)
plt.close('all')


Expand Down

0 comments on commit 2fdf6b4

Please sign in to comment.