Skip to content

Commit 7ce66d6

Browse files
authored
Merge pull request #185 from pberkes/move-tests-and-demos-out
Move tests and demos out of `psignifit` package
2 parents 58beaa8 + be85eae commit 7ce66d6

17 files changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ implemented in MATLAB. This code was tested against the MATLAB version and yield
88
results up to numerical accuracy of the optimization algorithms for all
99
fits and credible intervals.
1010

11-
In addition, this python implementation contains extensive [tests](https://github.com/wichmann-lab/python-psignifit/tree/main/psignifit/tests),
12-
including [parameter recovery tests](https://github.com/wichmann-lab/python-psignifit/blob/main/psignifit/tests/test_param_recovery.py),
11+
In addition, this python implementation contains extensive [tests](https://github.com/wichmann-lab/python-psignifit/tree/main/tests),
12+
including [parameter recovery tests](https://github.com/wichmann-lab/python-psignifit/blob/main/tests/test_param_recovery.py),
1313
which ensure that the fitting procedure is correctly implemented.
1414
This is important, as psignifit external dependencies (`scipy`, `numpy`)
1515
might change in the future.

psignifit/demos/parameter_recovery_in_logspace_demo.ipynb renamed to examples/parameter_recovery_in_logspace_demo.ipynb

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)