check_is_ExpectedMaximumBreedingValueMatrix#
- pybrops.model.embvmat.ExpectedMaximumBreedingValueMatrix.check_is_ExpectedMaximumBreedingValueMatrix(v, vname)[source]#
Check if an object is of type
ExpectedMaximumBreedingValueMatrix
. Otherwise raiseTypeError
.- Parameters:
v (object) – Any Python object to test.
vname (str) – Name of variable to print in
TypeError
message.
- Return type:
None