Skip to content

Converting old setups

Nick Rossenbach edited this page Jun 24, 2021 · 3 revisions

In case of updating old setups to the new i6_core, the following adjustments need to be made:

  • ensure that there is a config/__init__.py
  • remove all recipe. prefixes before i6_core import statements (e.g. you will see a cache_mode related error)
  • if a Job parameter name is wrong, it was probably renamed
  • if a Job (output) member variable is not found, it is likely that there has to be an out_ prefix added to the name
Clone this wiki locally