File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ def visualize(
7676 An instance of the model that is being fitted to the data by this analysis (whose parameters have been set
7777 via a non-linear search).
7878 """
79- fit = analysis .fit_from (instance = instance )
79+ fit = analysis .fit_for_visualization (instance = instance )
8080
8181 plotter = PlotterImaging (
8282 image_path = paths .image_path , title_prefix = analysis .title_prefix
@@ -173,7 +173,7 @@ def visualize_combined(
173173 )
174174
175175 fit_list = [
176- analysis .fit_from (instance = single_instance )
176+ analysis .fit_for_visualization (instance = single_instance )
177177 for analysis , single_instance in zip (analyses , instance )
178178 ]
179179
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ def visualize(
7878 An instance of the model that is being fitted to the data by this analysis (whose parameters have been set
7979 via a non-linear search).
8080 """
81- fit = analysis .fit_from (instance = instance )
81+ fit = analysis .fit_for_visualization (instance = instance )
8282
8383 plotter = PlotterInterferometer (
8484 image_path = paths .image_path , title_prefix = analysis .title_prefix
You can’t perform that action at this time.
0 commit comments