Skip to content

add more extensive neural example with full sweep #246

add more extensive neural example with full sweep

add more extensive neural example with full sweep #246

Workflow file for this run

name: run pytests
on:
push:
jobs:
ubuntu-pip:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: setup python
run: sudo apt-get update && sudo apt-get install -y python3-pip
- name: pip install jax
run: pip install ".[dev]"
- name: run tests
run: pytest