Skip to content

Conversation

skirpichev
Copy link
Collaborator

@skirpichev skirpichev commented Apr 4, 2023

Copy link
Contributor

@cbm755 cbm755 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me!

The build packaging dependency probably should've been a different PR: I've never used that before, but I looked it up and it seems reasonable to me.

https://pypi.org/project/build/ <-- "A simple, correct Python build frontend."

return (self.__rows == other.__rows and self.__cols == other.__cols
and self.__data == other.__data)
except AttributeError:
return NotImplemented
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd not seen this before, but I skimmed https://stackoverflow.com/questions/40780004/returning-notimplemented-from-eq

I also tested this, and confirm that the A9 == None test below.

@cbm755
Copy link
Contributor

cbm755 commented Apr 16, 2023

LGTM!

@skirpichev skirpichev merged commit d100a89 into mpmath:master Apr 16, 2023
@skirpichev skirpichev deleted the misc branch April 16, 2023 05:42
@skirpichev skirpichev added this to the 1.4 milestone May 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants