resdata icon indicating copy to clipboard operation
resdata copied to clipboard

Standard python file handle does not fly - update docs

Open markusdregi opened this issue 4 years ago • 1 comments

The fact that most functions in libecl cannot work on a standard Python file handle, but needs a cwrap.open file handle is severely under communicated. Arguments are named pyfile etc. See EclGrid.save_grdecl as an example.

markusdregi avatar Sep 25 '20 06:09 markusdregi

Could we perhaps just extend the functionality so that it can handle Python file handles? They're all the same C stuff under the hood.

pinkwah avatar Oct 16 '20 08:10 pinkwah