pyanno4rt.input_check.check_functions._check_components

Optimization components checking.

Overview

Function

check_components(label, data, check_functions)

Check the optimization components.

Functions

pyanno4rt.input_check.check_functions._check_components.check_components(label, data, check_functions)[source]

Check the optimization components.

Parameters:
  • label (str) – Label for the item to be checked (‘components’).

  • data (dict) – Dictionary with the optimization components.

  • check_functions (tuple) – Tuple with the individual check functions for the dictionary items.