Skip to content

Update to AIMNet2 architecture for radial and vector embedding #526

Update to AIMNet2 architecture for radial and vector embedding

Update to AIMNet2 architecture for radial and vector embedding #526

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose --line-length 88"
src: "./modelforge"