ACCLAB / DABEST-python

Data Analysis with Bootstrapped ESTimation
https://acclab.github.io/DABEST-python/
Apache License 2.0
339 stars 47 forks source link

Refactor Lq-RT tests to utility function #94

Closed josesho closed 4 years ago

josesho commented 4 years ago

See #91. The goal would be to refactor the LqRT functionality into a helper function that can be called on the data and idx properties of the Dabest object, independent of the main functions, and at the pleasure of the user.

CC @adam2392

josesho commented 4 years ago

Addressed with PR #96.