Skip to content

Fix the growth function g in growth_rate() and growth_rate_fn() #321

Fix the growth function g in growth_rate() and growth_rate_fn()

Fix the growth function g in growth_rate() and growth_rate_fn() #321

Workflow file for this run

name: Linting
on:
pull_request:
push:
branches: [master,dev]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]