The current implementation of the CosmoSIS module's execute function does much work by reaching into and manipulating the innards of the mapping object. This work should be delegated to the MappingCosmoSIS class, in preparation for another refactoring in which the appropriate work will be lifted up to the Mapping base class, to be shared with the Cobaya connector.
The current implementation of the CosmoSIS module's
execute
function does much work by reaching into and manipulating the innards of the mapping object. This work should be delegated to theMappingCosmoSIS
class, in preparation for another refactoring in which the appropriate work will be lifted up to theMapping
base class, to be shared with the Cobaya connector.