Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Fix rst backticks to make CI green #254

Merged
merged 1 commit into from
Oct 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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