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