res_reg_lmnt_awikner

Installation

Begin by creating a virtual environment with Python 3.9, preferably using Conda.

conda create --name res39 python=3.9

Then, activate this environment and install the package from TestPyPI.

pip install --extra-index-url https://test.pypi.org/simple/ res-reg-lmnt-awikner

Test scripts to recreate results found in the paper can be found in res_test_drivers.

1"""
2.. include:: README.md
3"""