Skip to content

Remove jobOptions referring to other, non-existent jobOptions

Stewart Martin-Haugh requested to merge smh/athena:obs_JO into master

Remove some of the jobOptions that include jobOptions that have been deleted from master. A couple of knock-on changes (e.g. MultiInputExample and Interpreters were not doing anything useful and have been removed entirely).

There are still hundreds of references to deleted files, as well as non-Python 3 conformant syntax in jO. But we can follow up on that in future.

Also to-do: share my script that does a git grep for include() and compares it with the contents of JOBOPTSEARCHPATH. Currently throws up some false positives but I have checked all of these by hand.

Merge request reports