heightmap_interpolation.reporter.interpolate_netcdf4_reporter module

class heightmap_interpolation.reporter.interpolate_netcdf4_reporter.InterpolateNetCDF4Reporter(config)

Bases: object

call_external_and_account_resources(args, log_to)
data_analysis_section_was_already_written(ds_config)

Checks if the data analysis section seems to be written already by a previous execution

init_folders()
load_dataset(ds_config)
merge_sections()
render_report_to_pdf()
report()

Main entry point, will execute the desired tests and render the docs

run_test(tst_config)
set_dataset_paths(ds_config)
set_tests_paths(tst_config)
test_was_already_executed(tst_config)
update_resources_stats(process)

Update the statistics accounted for a given process

write_data_analysis_section(ds_config)
write_intro_section()
write_machine_resources_section()
write_test_section(tst_config)
write_tests_comparison_section(ds_config)
heightmap_interpolation.reporter.interpolate_netcdf4_reporter.create_default_config()