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
We have node.state.get_file_system().open() but it would be much nicer and maybe faster to have node.state.fs.open() which only requires one function call.
We have
node.state.get_file_system().open()
but it would be much nicer and maybe faster to havenode.state.fs.open()
which only requires one function call.ZnTrack/zntrack/core/node.py
Line 48 in 6226c73
The text was updated successfully, but these errors were encountered: