Skip to content

fix tests and trajpred to include cuda device for all tensors #62

fix tests and trajpred to include cuda device for all tensors

fix tests and trajpred to include cuda device for all tensors #62

Workflow file for this run

name: pytest
on: push
jobs:
test:
runs-on: macos-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: 3.9
cache: 'poetry'
- run: poetry install --with dev
- run: poetry run pytest