modeci_mdf.execution_engine.main

modeci_mdf.execution_engine.main(example_file: str, array_format: str = 'numpy', verbose: bool = False)[source]

Main entry point for execution engine.

Parameters:
  • example_file – The MDF file to execute.

  • array_format – The format of arrays to use. Allowed values: ‘numpy’ or ‘tensorflow’.

  • verbose – Whether to print output to standard out during execution.