watts.PluginACCERT#

class watts.PluginACCERT(template_file, executable='Main.py', extra_inputs=None, extra_template_inputs=None, show_stdout=False, show_stderr=False)[source]#

Plugin for running ACCERT

Parameters:
  • template_file (str) – Templated ACCERT input

  • executable (Union[str, bytes, PathLike]) – Path to ACCERT Main.py script

  • extra_inputs (Optional[List[str]]) – List of extra (non-templated) input files that are needed

  • extra_template_inputs (Optional[List[Union[str, bytes, PathLike]]]) – Extra templated input files

  • show_stdout (bool) – Whether to display output from stdout when ACCERT is run

  • show_stderr (bool) – Whether to display output from stderr when ACCERT is run

executable#

Path to ACCERT executable

Methods