Skip to content

Fix an indoor bug: normalize points before sampling #7

Fix an indoor bug: normalize points before sampling

Fix an indoor bug: normalize points before sampling #7

Workflow file for this run

name: Formatter
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
formatter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable