MeshCoord class [AVD-1591]#4036
Conversation
|
I think this is all that is needed, but you may well decide there is something missing @trexfeathers. I am a little surprised there is not more to this, but that is probably because we have decided now to defer implementing the "bounds but no points" ability. Which I thought might be tricky, and now think even more so! @stephenworsley it will be good if you can cast an eye over this, but I think @trexfeathers is steering at this point. |
|
Update: I'm now working to reduce the I'll "WIP" / draft this : please don't merge till those changes are up |
|
Failing docs tests -- probably needs another rebase ? Meantimes, since discussing with @trexfeathers today, I am now intending to fix the copy/init to support the cube slicing needs in a nicer way (i.e. without bodging the allowed copy args as at present). |
trexfeathers
left a comment
There was a problem hiding this comment.
I've been asked to stop reviewing this and work on something else. So here's what I've got so far. Mostly optional minor improvements, but I definitely think you should remove those setter methods (see individual comments). Thanks 🙂
|
Latest:
Please review @bjlittle ! |
bjlittle
left a comment
There was a problem hiding this comment.
@pp-mo Lovely stuff 👍
This is the super interesting part (for me) now... the interaction of MeshCoord, Mesh and Cube
Okay, so I've raised a few review questions and issues, but nothing controversial . I'm sure you can easily address them.
Otherwise, this is looking very promising 👍
Co-authored-by: Martin Yeo <40734014+trexfeathers@users.noreply.github.com>
|
Thanks @bjlittle |
|
@bjlittle apologies, forgot to push. |
|
Further changes as requested (?mostly). I'm still slightly uncomfortable about the shortcut on |
|
Fixed the equality thing. |
🚀 Pull Request
Description
Adding MeshCoord.
Notes:
I have other code prototyped for that, but this PR is simpler if I leave it out for now.
__str__or__repr__. We have another task pending to address that.Consult Iris pull request check list