Skip to content

Commit db8166b

Browse files
committed
update problem schema
1 parent d3af615 commit db8166b

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

doc/standard/problem.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
description: "Handle everything related to the model selection problem.\n\nAttributes:\n\
2-
\ model_space:\n The model space.\n calibrated_models:\n Calibrated\
3-
\ models. Will be used to augment the model selection\n problem (e.g. by\
4-
\ excluding them from the model space).\n candidate_space_arguments:\n \
5-
\ Arguments are forwarded to the candidate space constructor.\n compare:\n \
6-
\ A method that compares models by selection criterion. See\n :func:`petab_select.model.default_compare`\
7-
\ for an example.\n criterion:\n The criterion used to compare models.\n\
8-
\ method:\n The method used to search the model space.\n version:\n\
9-
\ The version of the PEtab Select format.\n yaml_path:\n The location\
10-
\ of the selection problem YAML file. Used for relative\n paths that exist\
11-
\ in e.g. the model space files."
1+
description: The model selection problem.
122
properties:
133
format_version:
144
default: 1.0.0

0 commit comments

Comments
 (0)