Skip to content

michaelis_menten transformation as pt.TensorVariable #2993

michaelis_menten transformation as pt.TensorVariable

michaelis_menten transformation as pt.TensorVariable #2993

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
env:
# The lower bound from the pyproject.toml file
OLDEST_PYMC_VERSION: "$(grep -E 'pymc *>' pyproject.toml | sed -n 's/.*>=\\([0-9]*\\.[0-9]*\\.[0-9]*\\).*/\\1/p')"
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]