Closed mgckind closed 7 years ago
nside and nest are not updated using *kwargs after the layer is instantiated, hardcoded to nside=1024 and nest=True
Note that super.init() will only update kwargs for class Layer but not for those specific parameters for each subclass.
nside and nest are not updated using *kwargs after the layer is instantiated, hardcoded to nside=1024 and nest=True