Skip to content

Commit

Permalink
Merge pull request #104 from TomWagg/fs
Browse files Browse the repository at this point in the history
Unhide plot style cells from demos in docs to avoid errors
  • Loading branch information
TomWagg committed Aug 4, 2022
2 parents 821520a + b9320cd commit 47c2cf7
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 20 deletions.
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,8 @@ helping us to notice this!
1D plots from `Source.plot_source_variables`
- Replaced two functions `visualisation.plot_sources_on_sc_circ_stat` and `visualisation.plot_sources_on_sc_ecc_stat` with a simpler `visualisation.plot_sources_on_sc` since there was no point in
having two when we could just set `f_dom=2 f_orb`
- Fix demos to account for recent changes
- Fix demos to account for recent changes

## 0.4.2
*TW 27/077/22*
- [Issues [#101](https://github.com/TeamLEGWORK/LEGWORK/issues/101)] Unhide cells that change plot styles in demos so no errors are thrown
4 changes: 1 addition & 3 deletions docs/demos/CompareSensitivityCurves.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@
"cell_type": "code",
"execution_count": 3,
"metadata": {
"tags": [
"hide_input"
]
"tags": []
},
"outputs": [],
"source": [
Expand Down
6 changes: 2 additions & 4 deletions docs/demos/HorizonDistance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@
"cell_type": "code",
"execution_count": 3,
"metadata": {
"tags": [
"hide_input"
]
"tags": []
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -356,7 +354,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.12"
"version": "3.10.4"
}
},
"nbformat": 4,
Expand Down
6 changes: 2 additions & 4 deletions docs/demos/SNROverTime.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@
"execution_count": 3,
"id": "f6441e67-5ce9-4a8d-b237-9614fbc511a6",
"metadata": {
"tags": [
"hide_input"
]
"tags": []
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -240,7 +238,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.12"
"version": "3.10.4"
}
},
"nbformat": 4,
Expand Down
6 changes: 2 additions & 4 deletions docs/demos/TheRoleofEccentricity.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@
"cell_type": "code",
"execution_count": 3,
"metadata": {
"tags": [
"hide_input"
]
"tags": []
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -313,7 +311,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.12"
"version": "3.10.4"
}
},
"nbformat": 4,
Expand Down
4 changes: 1 addition & 3 deletions docs/demos/VerificationBinaries.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@
"execution_count": 3,
"id": "2b13c687-e727-4d6d-b18b-a3e824ed7f61",
"metadata": {
"tags": [
"hide_input"
]
"tags": []
},
"outputs": [],
"source": [
Expand Down
2 changes: 1 addition & 1 deletion legwork/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.1"
__version__ = "0.4.2"

0 comments on commit 47c2cf7

Please sign in to comment.