The new gpflow version changed its kernel hierarchy. Now a Sum or Product kernel has a kernels child instead of all childs that are part of said Sum or Product. kernels can then be used to get children.
This is breaking for kernDisc and can currently not be supported.
The new gpflow version changed its kernel hierarchy. Now a
SumorProductkernel has akernelschild instead of all childs that are part of saidSumorProduct.kernelscan then be used to get children.This is breaking for
kernDiscand can currently not be supported.