Skip to content

Commit

Permalink
update problem schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dilpath committed Jan 6, 2025
1 parent d3af615 commit db8166b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions doc/standard/problem.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
description: "Handle everything related to the model selection problem.\n\nAttributes:\n\
\ model_space:\n The model space.\n calibrated_models:\n Calibrated\
\ models. Will be used to augment the model selection\n problem (e.g. by\
\ excluding them from the model space).\n candidate_space_arguments:\n \
\ Arguments are forwarded to the candidate space constructor.\n compare:\n \
\ A method that compares models by selection criterion. See\n :func:`petab_select.model.default_compare`\
\ for an example.\n criterion:\n The criterion used to compare models.\n\
\ method:\n The method used to search the model space.\n version:\n\
\ The version of the PEtab Select format.\n yaml_path:\n The location\
\ of the selection problem YAML file. Used for relative\n paths that exist\
\ in e.g. the model space files."
description: The model selection problem.
properties:
format_version:
default: 1.0.0
Expand Down

0 comments on commit db8166b

Please sign in to comment.