sorcha.utilities.sorcha_copy_configs

Functions

copy_demo_configs(copy_location, which_configs, ...)

Copies the example Sorcha configuration files to a user-specified location.

Module Contents

copy_demo_configs(copy_location, which_configs, force_overwrite)[source]

Copies the example Sorcha configuration files to a user-specified location.

Parameters:
  • copy_location (string) -- String containing the filepath of the location to which the configuration files should be copied.

  • which_configs (string) -- String indicating which configuration files to retrieve. Should be "rubin", "demo" or "all".

  • force_overwrite (boolean) -- Flag for determining whether existing files should be overwritten.

Return type:

None