Skip to content

Commit

Permalink
Add missing use_weights option to notebook to get expected behaviour (#…
Browse files Browse the repository at this point in the history
…611)

* Add missing use_weights option to notebook to get expected behaviour

* Update version to 1.11.1

---------

Co-authored-by: m-aguena <[email protected]>
  • Loading branch information
combet and m-aguena authored Feb 23, 2024
1 parent 13b7c8a commit afa77f0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion clmm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
)
from . import support

__version__ = "1.11.0"
__version__ = "1.11.1"
17 changes: 14 additions & 3 deletions examples/demo_mock_ensemble.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,20 @@
" bins=bins,\n",
" bin_units=\"Mpc\",\n",
" cosmo=cosmo,\n",
" use_weights=True,\n",
" )"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "9de6b261-f1aa-4b43-941b-d415462fec95",
"metadata": {},
"outputs": [],
"source": [
"cluster.profile"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -607,9 +618,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "wrk",
"language": "python",
"name": "python3"
"name": "wrk"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -621,7 +632,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8"
"version": "3.10.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit afa77f0

Please sign in to comment.