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