An open API service indexing awesome lists of open source software.

https://github.com/doubleml/doubleml-py-vs-r

DoubleML - Unit tests for alignment of the Python and R package
https://github.com/doubleml/doubleml-py-vs-r

Last synced: about 1 year ago
JSON representation

DoubleML - Unit tests for alignment of the Python and R package

Awesome Lists containing this project

README

          

# DoubleML - Unit tests for alignment of the Python and R package

![Python vs R (released)](https://github.com/DoubleML/doubleml-py-vs-r/workflows/Python%20vs%20R%20(released)/badge.svg)
![Python vs R (dev)](https://github.com/DoubleML/doubleml-py-vs-r/workflows/Python%20vs%20R%20(dev)/badge.svg)

- This repo contains unit tests to check for alignment of the Python and R package DoubleML.
- Checks are performed with github actions.
- Test are cron-scheduled.
- The released versions of both packages from [CRAN](https://cran.r-project.org/package=DoubleML)
and [PyPI](https://pypi.org/project/DoubleML/) are checked against each other.
- The dev versions of both packages obtained from
[https://github.com/DoubleML/doubleml-for-py](https://github.com/DoubleML/doubleml-for-py) and
[https://github.com/DoubleML/doubleml-for-r](https://github.com/DoubleML/doubleml-for-r)
are also checked against each other.