Skip to content

Feat: Allow embedding vectors to be passed in for simulation. #387

Feat: Allow embedding vectors to be passed in for simulation.

Feat: Allow embedding vectors to be passed in for simulation. #387

Workflow file for this run

name: Black
on:
push:
branches: [main]
pull_request: {}
workflow_dispatch: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
src: "./osl_dynamics"