You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thanks for making this module, it has been very useful in my own software. I've been very bad at keeping dependencies updated, and have recently started updating them all. Testing highlighted a problem and throws an error:
TypeError: unhashable type: 'EllipseSkyRegion'
I'm wondering if this was a deliberate behaviour change?
I was essentially using an intersection between two sets to determine which region instances where present in both, which I should be able to achieve in other ways (I believe the region class has an eq method implemented), but using the sets and intersection was neat.
The text was updated successfully, but these errors were encountered:
Hi!
First off, thanks for making this module, it has been very useful in my own software. I've been very bad at keeping dependencies updated, and have recently started updating them all. Testing highlighted a problem and throws an error:
TypeError: unhashable type: 'EllipseSkyRegion'
I'm wondering if this was a deliberate behaviour change?
I was essentially using an intersection between two sets to determine which region instances where present in both, which I should be able to achieve in other ways (I believe the region class has an eq method implemented), but using the sets and intersection was neat.
The text was updated successfully, but these errors were encountered: