Skip to content

Removing a print from the dataloader that was used to debug it. #17

Removing a print from the dataloader that was used to debug it.

Removing a print from the dataloader that was used to debug it. #17

Workflow file for this run

name: Enforce coding style
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
# Ignore Jupyter notebooks for now to simplify rapid
# prototyping.
jupyter: false