Open cdeil opened 5 years ago
InfiniteType doesn't exist:
InfiniteType
https://github.com/sdiehl/numpile/blob/73c0dad97ebce73c0c370b890d8188cffc3b43d4/numpile.py#L370
@sdiehl - Should this be change to raise TypeError? Or something else?
raise TypeError
Yes, it should be a custom instance of Exception.
InfiniteType
doesn't exist:https://github.com/sdiehl/numpile/blob/73c0dad97ebce73c0c370b890d8188cffc3b43d4/numpile.py#L370
@sdiehl - Should this be change to
raise TypeError
? Or something else?