Fix single point ts#2118
Conversation
|
I did not find any particular tests for loaders, so did not change/add any tests. |
|
one more thing. Actually, I am not quite sure why the single point recipe needs SUBAREA_ variables, i guess it could be safely removed. But, since I am not sure, i kept it. |
|
Thanks for raising this PR. I'm hoping to get around to review it on Thursday. To answer your question around attributing AI, all we require is that if AI has been used it is mention in the PR. So I can confirm that you have attributed it in the intended way. |
fixes #1498; also fixes IndexError exceptions when an aggregation switch is absent in Config. (Config handles missing switch with its getattr() but if the switch is missing - e.g. in the case of no aggregation ordered - trying to access the switch list item raises IndexError)
Contribution checklist
Aim to have all relevant checks ticked off before merging. See the developer's guide for more detail.
rose-suite.conf.examplehas been updated if new diagnostic added.