Skip to content

Fix repeated columns in supplementary #21

Fix repeated columns in supplementary

Fix repeated columns in supplementary #21

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Run tests
run: python -m unittest tests.py