Skip to content

making elasticities work for mnl model #61

making elasticities work for mnl model

making elasticities work for mnl model #61

Workflow file for this run

name: Lint
on: pull_request
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
src: "."
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: isort/isort-action@v1