Skip to content

Fixed bug in aastex.Figure() where the label was being placed before the caption. #89

Fixed bug in aastex.Figure() where the label was being placed before the caption.

Fixed bug in aastex.Figure() where the label was being placed before the caption. #89

Workflow file for this run

name: Black
on:
push:
branches:
- main
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose --diff"
src: "./aastex"