Replies: 1 comment
-
This is a good question @jgostick. The API does not currently offer a way to do this afaik. But that would be a very reasonable feature request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry for the noob question, but let's say I have created the following:
Now my question is: if I only have the handle to
g2
(like it gets passed into a function) can I findg1
? I'm imagining a syntax like this:You may be wondering why I don't just pass
g1
into the function. I am evaluating ZARR for use in our project OpenPNM, and it could actually work as a drop-in replacement if this is possible.Thanks for your time and thanks for sharing this impressive library.
Beta Was this translation helpful? Give feedback.
All reactions