ipyaladin icon indicating copy to clipboard operation
ipyaladin copied to clipboard

Deprecation warning raised

Open ManonMarchand opened this issue 1 year ago • 0 comments

Got the following warning

DeprecationWarning: Passing unrecognized arguments to super(Aladin).__init__(target='20:15:0, +19:15:0', fov=150, height=600).
object.__init__() takes exactly one argument (the instance to initialize)

when doing

from ipyaladin import Aladin
aladin = Aladin(target="20:15:0, +19:15:0", fov=150, height=600)
aladin

with versions:

  • ipyaladin: 0.5.2
  • traitlets: 5.14.3
  • ipywidgets: 8.1.5
  • anywidget: 0.9.13

ManonMarchand avatar Jan 22 '25 09:01 ManonMarchand