Results 21 issues of Bryan Lawrence

I am comparing coordinates for equality (don't ask why). MWE of the problem, given a field with Z and Y dimensions: ```python zz = f.dimension_coordinate('Z') yy = f.dimension_coordiante('Y') zz ==...

question