File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
autolens/analysis/analysis Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -132,14 +132,16 @@ def raise_exceptions(self, model):
132
132
]
133
133
):
134
134
raise exc .AnalysisException (
135
- "You have begun a model-fit which reconstructs the source using a pixelization.\n \n "
136
- "However, you have not input a `positions_likelihood` object.\n \n "
137
- "It is likely your model-fit will infer an inaccurate solution.\n \n "
138
- ""
139
- "Please read the following readthedocs page for a description of why this is, and how to set up"
140
- "a positions likelihood object:\n \n "
141
- ""
142
- "https://pyautolens.readthedocs.io/en/latest/general/demagnified_solutions.html"
135
+ """
136
+ You have begun a model-fit which reconstructs the source using a pixelization.
137
+ However, you have not input a `positions_likelihood` object.
138
+ It is likely your model-fit will infer an inaccurate solution.
139
+
140
+ Please read the following readthedocs page for a description of why this is, and how to set up
141
+ a positions likelihood object:
142
+
143
+ https://pyautolens.readthedocs.io/en/latest/general/demagnified_solutions.html
144
+ """
143
145
)
144
146
145
147
@property
You can’t perform that action at this time.
0 commit comments