Code Documentation: Mastml

mastml.mastml Module

This module contains routines to set up and manage the metadata for a MAST-ML run

Mastml:

Class to set up directories for saving the output of a MAST-ML run, and for constructing and updating a metadata summary file.

Functions

parallel(func, x, *args, **kwargs)

Run some function in parallel.

write_requirements()

Classes

Mastml(savepath[, mastml_metadata])

Main helper class to initialize mastml runs and create and manage run metadata

OrderedDict

Dictionary that remembers insertion order

Pool

alias of ProcessPool

datetime(year, month, day[, hour[, minute[, ...)

The year, month and day arguments are required.

partial

partial(func, *args, **keywords) - new function with partial application of the given arguments and keywords.

Class Inheritance Diagram

Inheritance diagram of mastml.mastml.Mastml