Skip to content

opt: use MapConfig.attrs dict to store dataset_id, config_id, scan_ty… #157

opt: use MapConfig.attrs dict to store dataset_id, config_id, scan_ty…

opt: use MapConfig.attrs dict to store dataset_id, config_id, scan_ty… #157

Workflow file for this run

name: unittests
on: push
jobs:
unittests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r CHAP/test/requirements.txt
- name: Run CHAP unittests
run: python -m unittest CHAP.test