TroubleshootingΒΆ

You can run unit tests I have prepared like this (install pytest first):

# use your package manager to install the package "pytest"
# here, I examplify with "pip":
$ pip install pytest
$ pytest rr
  ...

  rr/test_analysis.py ....                                                [100%]

 =============================== 4 passed in 0.18s ================================

In case of problems, please get in touch with me by e-mail.