Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standard python file handle does not fly - update docs #732

Open
markusdregi opened this issue Sep 25, 2020 · 1 comment
Open

Standard python file handle does not fly - update docs #732

markusdregi opened this issue Sep 25, 2020 · 1 comment

Comments

@markusdregi
Copy link
Contributor

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.

@pinkwah
Copy link
Collaborator

pinkwah commented Oct 16, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants