Skip to content

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

Implementation of MCAR scenario with the simple loading a of dataset

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

Workflow file for this run

name: MyPy Type Check - ImputeGAP
on:
push:
pull_request:
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install dependencies
run: |
pip install numpy matplotlib
pip install mypy
- name: Run MyPy
run: mypy .