Skip to content

Canis Minor not defined? #110

@codingfar

Description

@codingfar

I've been trying to create a Map Plot of Canis Minor. When I do:

test = Constellation.get(name="Canis Minor")
print(test)

I get the output 'None'.

If I try the same for, say, Canis Major (or any other constellation I've tried), I get the correct output, i.e.
Constellation(iau_id=cma, name=Canis Major, ra=6.95, dec=-23.18)

This made me suspect that perhaps Canis Minor has been accidentally omitted. (Unless, of course, I'm doing something silly.)

Environment Details

  • Starplot version: v0.12.2
  • Python version:
  • OS: macOS

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions