Skip to content

Commit c636e9b

Browse files
committed
Merge branch 'feature/adapt_loading' into feature/keep_the_noise_down
2 parents 2922427 + 10b6a33 commit c636e9b

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

autolens/analysis/analysis/dataset.py

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,16 @@ def raise_exceptions(self, model):
132132
]
133133
):
134134
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+
"""
143145
)
144146

145147
@property

0 commit comments

Comments
 (0)