ywx649999311 / vizic

A Jupyter-based Interactive Visualization Tool for Astronomical Catalogs
Other
13 stars 3 forks source link

bug on Healpix Layer #11

Closed mgckind closed 7 years ago

mgckind commented 7 years ago

nside and nest are not updated using *kwargs after the layer is instantiated, hardcoded to nside=1024 and nest=True

mgckind commented 7 years ago

Note that super.init() will only update kwargs for class Layer but not for those specific parameters for each subclass.