File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,18 @@ PyAutoGalaxy: Open-Source Multi Wavelength Galaxy Structure & Morphology
2020.. image :: https://joss.theoj.org/papers/10.21105/joss.04475/status.svg
2121 :target: https://doi.org/10.21105/joss.04475
2222
23+ .. image :: https://www.repostatus.org/badges/latest/active.svg
24+ :target: https://www.repostatus.org/#active
25+ :alt: Project Status: Active
26+
27+ .. image :: https://img.shields.io/pypi/pyversions/autogalaxy
28+ :target: https://pypi.org/project/autogalaxy/
29+ :alt: Python Versions
30+
31+ .. image :: https://img.shields.io/pypi/v/autogalaxy.svg
32+ :target: https://pypi.org/project/autogalaxy/
33+ :alt: PyPI Version
34+
2335`Installation Guide <https://pyautogalaxy.readthedocs.io/en/latest/installation/overview.html >`_ |
2436`readthedocs <https://pyautogalaxy.readthedocs.io/en/latest/index.html >`_ |
2537`Introduction on Binder <https://mybinder.org/v2/gh/Jammy2211/autogalaxy_workspace/release?filepath=start_here.ipynb >`_ |
Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ def add_critical_curves_or_caustics(
150150 vis.Visuals2D
151151 A collection of attributes that can be plotted by a `Plotter` object.
152152 """
153+ print ("bbbb" )
153154 if plane_index == 0 :
154155 return self .add_critical_curves (mass_obj = mass_obj , grid = grid )
155156 return self .add_caustics (mass_obj = mass_obj , grid = grid )
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ Create figures and subplots showing quantities of standard **PyAutoGalaxy** obje
3737 FitImagingPlotter
3838 FitInterferometerPlotter
3939 GalaxiesPlotter
40- AdaptPlotter
4140 FitImagingPlotter
4241 FitInterferometerPlotter
4342 MultiFigurePlotter
You can’t perform that action at this time.
0 commit comments