This is a modified version of pyDRTtools with added batch run and import functionality. The original work was developed by Francesco Ciucci and Adeleke Maradesa from ciuccislab. Note: This fork adds ...
name: Print setup-python environment (self-hosted Windows) on: push: branches: - main jobs: setup-python-test: runs-on: self-hosted steps: - name: Set up Python uses: actions/setup-python@v6 with: ...