Skip to content

Commit

Permalink
bump arcticto to 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy2211 committed Sep 16, 2023
1 parent 6cb59cf commit 4179c3b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ which fits a CTI model to charge injection imaging calibrate data (a form of dat
"""
We define the non-linear search used to fit the model to the data (in this case, Dynesty).
"""
search = af.DynestyStatic(name="search[example]", nlive=50)
search = af.Nautilus(name="search[example]", n_live=50)
"""
We next set up the `Analysis`, which contains the `log likelihood function` that the
Expand Down
2 changes: 1 addition & 1 deletion docs/api/modeling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Markov Chain Monte Carlo (MCMC) and optimizers.
:template: custom-class-template.rst
:recursive:

DynestyStatic
Nautilus
DynestyDynamic
Emcee
PySwarmsLocal
Expand Down
4 changes: 2 additions & 2 deletions docs/overview/overview_6_cti_calibration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ very effective at lens modeling.

.. code-block:: python
search = af.DynestyStatic(name="overview_modeling_2d")
search = af.Nautilus(name="overview_modeling_2d")
Analysis
--------
Expand Down Expand Up @@ -377,7 +377,7 @@ We again use ``dynesty`` (https://github.com/joshspeagle/dynesty) to fit the mod

.. code-block:: python
search = af.DynestyStatic(name="overview_modeling_1d")
search = af.Nautilus(name="overview_modeling_1d")
We next create a list of ``AnalysisDataset1D`` objects, which each contain a ``log_likelihood_function`` that the
non-linear search calls to fit the CIT model to the data.
Expand Down
4 changes: 2 additions & 2 deletions optional_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numba<=0.56.4
pyyaml==5.3.1
arcticpy==2.4
ultranest==3.6.2
arcticpy==2.5
ultranest==3.6.2

0 comments on commit 4179c3b

Please sign in to comment.