You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there seems to be no way to recover the file location 'xxx.nc' from the object f (unless it happens to be an attribute of xxx.nc). Is this intended? It would be very convenient for scopes into which f is passed to be able to recover this information.
The text was updated successfully, but these errors were encountered:
If I open a file as
f = Nio.open_file('xxx.nc', 'r')
there seems to be no way to recover the file location 'xxx.nc' from the object
f
(unless it happens to be an attribute of xxx.nc). Is this intended? It would be very convenient for scopes into whichf
is passed to be able to recover this information.The text was updated successfully, but these errors were encountered: