We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a7952 commit 889b573Copy full SHA for 889b573
1 file changed
RATapi/inputs.py
@@ -166,8 +166,7 @@ def make_problem(project: RATapi.Project) -> ProblemDefinition:
166
)
167
if resolution.source == "" and resolution.type != TypeOptions.Data:
168
raise ValueError(
169
- f"All constant and function resolutions must have a source defined. For a "
170
- f"{resolution.type} type resolution, the source must be defined in "
+ f"Constant resolutions must have a source defined. The source must be defined in "
171
f'"{RATapi.project.values_defined_in[f"resolutions.{resolution.type}.source"]}"'
172
173
0 commit comments