Model specification management

vivarium_cluster_tools.psimulate.model_specification.parse(command, input_model_specification_path, artifact_path, model_specification_path, results_root, keyspace)[source]
Return type:

LayeredConfigTree

Parameters:
  • command (str)

  • input_model_specification_path (Path | None)

  • artifact_path (Path | None)

  • model_specification_path (Path)

  • results_root (Path)

  • keyspace (Keyspace)

vivarium_cluster_tools.psimulate.model_specification.persist(model_specification, model_specification_path)[source]
Return type:

None

Parameters:
  • model_specification (LayeredConfigTree)

  • model_specification_path (Path)