Converts an MCMC object to the run section's XML
Arguments
- mcmc
one MCMC. Use
create_mcmc
to create an MCMC. Usecreate_ns_mcmc
to create an MCMC for a Nested Sampling run. Usecheck_mcmc
to check if an MCMC is valid. Userename_mcmc_filenames
to rename the filenames in an MCMC.
Examples
if (is_on_ci()) {
check_empty_beautier_folder()
# <run id=\"mcmc\" spec=\"MCMC\" chainLength=\"1e+07\">
mcmc_to_xml_run(create_mcmc())
check_empty_beautier_folder()
}