evanberkowitz / supervillain

MCMC for modified Villain constructions
https://supervillain.readthedocs.io/
Other
0 stars 0 forks source link

NotImplemented --> NotImplementedError #75

Closed evanberkowitz closed 10 months ago

evanberkowitz commented 10 months ago

These are not the same!

NotImplemented is a sentinel singleton designed to be returned in unimplemented comparators to indicate the opposite comparison should be tried. Importantly it is not callable! It doesn't raise an exception!

NotImplementedError is the exception.