Skip to content

Commit

Permalink
Merge pull request #254 from dynamicslab/doc-fix
Browse files Browse the repository at this point in the history
DOC: Fix rst backticks to make CI green
  • Loading branch information
akaptano committed Oct 4, 2022
2 parents 4c16963 + 47289dc commit 08f9fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -15,7 +15,7 @@ repos:
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
rev: 5.0.4
hooks:
- id: flake8
args: ["--config=setup.cfg"]
Expand Down
2 changes: 1 addition & 1 deletion pysindy/optimizers/miosr.py
Expand Up @@ -28,7 +28,7 @@ class MIOSR(BaseOptimizer):
by using type-1 specially ordered sets (SOS1) to encode the support of
the coefficients. Can optionally add additional constraints on the
coefficients or access the gurobi `model` directly for advanced usage.
coefficients or access the gurobi model directly for advanced usage.
See the following reference for additional details:
Bertsimas, D. and Gurnee, W., 2022. Learning Sparse Nonlinear Dynamics
Expand Down

0 comments on commit 08f9fe7

Please sign in to comment.