Skip to content

Commit

Permalink
Merge pull request #108 from wichmann-lab/fix-rename
Browse files Browse the repository at this point in the history
Fix rename
  • Loading branch information
otizonaizit authored Sep 20, 2024
2 parents b28832b + 92a998e commit 856f1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psignifit/tests/test_param_recovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from scipy import stats

from psignifit import psignifit
from psignifit._sigmoids import ALL_SIGMOID_NAMES, sigmoid_by_name
from psignifit.sigmoids import ALL_SIGMOID_NAMES, sigmoid_by_name


RANDOMSTATE = np.random.RandomState(837400)
Expand Down

0 comments on commit 856f1b3

Please sign in to comment.