Skip to content

Functionality/Tutorial for changing ModelMetadata and ModelOutput  #106

@PicoCentauri

Description

@PicoCentauri

The ModelMetadata and ModelOutputs are both stored a attributes in an AtomisticModel.

Even though already possible changing them is not very smooth and not well documented. We should either provide a library function for an edit and/or give a tutorial how this can be achieved. If we want to provide a function we have to decide on how it should look like. The most simple approach like

def change_metadata(model: AtomisticModel, new_metadata: ModelMetadata):
    ....

def change_metadata(model: AtomisticModel, new_outputs: ModelOutput):
    ....

are maybe not really helpful as these are single line functions...

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions