-
Notifications
You must be signed in to change notification settings - Fork 11
(zeros|ones|full)_like
and axes
/tags
#232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
While debugging axis tagging I've run into a couple of snags with
|
These are good questions. Thanks for raising them! For your first question, a simple-but-perhaps-too-ad-hoc way of addressing the issue would be to tell tags (e.g. by being a subclass of The second one is thornier. 🤔 The problem, IIUC, is that information propagates from the "source" array to the "target" array only at the moment when
None of these options are particularly lovely IMO. If there are better ideas, I'd be all ears. |
|
I forgot to ask about this this morning. I'm not quite following the "before"/"after", can you explain a bit more? |
I was implicitly using the terminology after = actx.np.zeros_like(before) But what I proposed won't work because it would require mutating the tags of |
Argh, accidentally pressed Enter. Ignore for the moment. 🙂(See below.)The text was updated successfully, but these errors were encountered: