Skip to content

Commit 0b79b0c

Browse files
Jammy2211Jammy2211
authored andcommitted
disable quick visual to matploptlib figure
1 parent 03fefc1 commit 0b79b0c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

autolens/imaging/model/visualizer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ def visualize_combined(
224224
The model object, which includes model components representing the galaxies that are fitted to
225225
the imaging data.
226226
"""
227-
fff
228227

229228
if analyses is None:
230229
return

autolens/imaging/plot/fit_imaging_plotters.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,8 @@ def subplot_fit(self, plane_index: Optional[int] = None):
568568
self.set_title(label=None)
569569

570570
self.mat_plot_2d.output.subplot_to_figure(
571-
auto_filename=f"subplot_fit{plane_index_tag}", also_show=self.mat_plot_2d.quick_update
571+
auto_filename=f"subplot_fit{plane_index_tag}",
572+
# also_show=self.mat_plot_2d.quick_update
572573
)
573574
self.close_subplot_figure()
574575

0 commit comments

Comments
 (0)