Skip to content

Implementation of MCAR scenario with the simple loading a of dataset #16

Implementation of MCAR scenario with the simple loading a of dataset

Implementation of MCAR scenario with the simple loading a of dataset #16

Workflow file for this run

name: Pytest - ImputeGAP
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
lfs: true
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install dependencies
run: |
pip install numpy matplotlib types-setuptools
pip install mypy
pip install pytest
- name: Run pytest
run: python -m pytest ./tests/