Closed vetlewi closed 3 years ago
Could @fzeiser or @ErlendLima merge this?
I'll merge it. Do you also want admin role? Minor fixes like this can skip review, while larger additions or changes should require review by at least one (other) admin.
Or write role, if you don't want the connotation of maintainer of ompy.
Or write role, if you don't want the connotation of maintainer of ompy.
Would prefer writer for now😅
The assertion compared floating point numbers. To avoid round-off errors we now use
np.isclose
to compare the two numbers. Closes issue #181.