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
Hi all, We are using libNeuroML library to load .nml file for our use case. Currently we are passing file path to NeuroMLLoader.load function and it is working fine. I want to know if it is possible to directly pass a file object instead of file path to load nml.
our reasons:
It will allow us to convert a string into file object using stringIO and pass that.
We won't have to deal with file handling and issues related to it.
will it be good functionality to have? I am willing to work on this functionality.
Hi all, We are using libNeuroML library to load .nml file for our use case. Currently we are passing
file path
toNeuroMLLoader.load
function and it is working fine. I want to know if it is possible to directly pass a file object instead of file path to load nml.our reasons:
stringIO
and pass that.will it be good functionality to have? I am willing to work on this functionality.
@pgleeson
The text was updated successfully, but these errors were encountered: