respy.tests.utils

Module Contents

Functions

process_model_or_seed(model_or_seed=None, **kwargs)

apply_to_attributes_of_two_state_spaces(attr_1, attr_2, func)

Apply a function to two state space attributes, dense or not.

respy.tests.utils.process_model_or_seed(model_or_seed=None, **kwargs)[source]
respy.tests.utils.apply_to_attributes_of_two_state_spaces(attr_1, attr_2, func)[source]

Apply a function to two state space attributes, dense or not.

Attributes might be state_space.wages which can be a dictionary or a Numpy array.