Skip to content

Commit

Permalink
Merge branch 'dev' into inwindowdemo
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorStoneAstro authored Sep 1, 2024
2 parents faeb1a6 + 902d1ef commit 87d2efa
Show file tree
Hide file tree
Showing 15 changed files with 615 additions and 88 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ repos:
args: [--prose-wrap=always]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.6"
rev: "v0.6.2"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.11.1"
rev: "v1.11.2"
hooks:
- id: mypy
files: src
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
emcee
ipywidgets
jupyter-book
matplotlib
Expand Down
2 changes: 1 addition & 1 deletion docs/source/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ chapters:
- file: examples/index
sections:
- file: examples/Example_ImageFit_LM
- file: examples/Example_ImageFit_NUTS
- file: examples/Example_ImageFit_MCMC
- file: examples/Example_QSOLensFit
- file: contributing
- file: frequently_asked_questions
Expand Down
18 changes: 15 additions & 3 deletions docs/source/examples/Example_ImageFit_LM.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,11 @@
"cell_type": "code",
"execution_count": null,
"id": "7",
"metadata": {},
"metadata": {
"tags": [
"hide-input"
]
},
"outputs": [],
"source": [
"# Generate the mock data\n",
Expand Down Expand Up @@ -242,7 +246,11 @@
"cell_type": "code",
"execution_count": null,
"id": "10",
"metadata": {},
"metadata": {
"tags": [
"hide-input"
]
},
"outputs": [],
"source": [
"print(best_fit, allparams)\n",
Expand Down Expand Up @@ -310,7 +318,11 @@
"cell_type": "code",
"execution_count": null,
"id": "14",
"metadata": {},
"metadata": {
"tags": [
"hide-cell"
]
},
"outputs": [],
"source": [
"def corner_plot_covariance(\n",
Expand Down
Loading

0 comments on commit 87d2efa

Please sign in to comment.