astropy / astroplan

Observation planning package for astronomers – maintainer @bmorris3
https://astroplan.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
198 stars 109 forks source link

Add __hash__, __eq__, and __ne__ support for Observer objects #562

Closed grant-nations closed 1 year ago

grant-nations commented 1 year ago

Adds the ability to hash and compare Observer objects. This is helpful for adding LRU cache decorators to functions that take an Observer as a parameter.

bmorris3 commented 1 year ago

This is handy, thanks!