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