-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Labels
Description
Hi Maksim!
Nice package, thanks for sharing! I am trying to use it and hoping to contribute.
Before I use it, I'd like to understand how it is tested. For example, if you look at
scikit-posthocs/tests/test_posthocs.py
Line 27 in 4709cf2
r_results = np.array([[-1, 4.390066e-02, 9.570998e-09], |
or any other tests, you seem have to pre-selected the outputs/results to compare.. Where do they come from? From the PMCMR R-package? I tried to look into the PMCMR package to look at their tests - I can't see them in the package distributed, do you know if it is tested?
What are the other principles behind the tests you wrote?