-
Notifications
You must be signed in to change notification settings - Fork 126
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
Python API: Adios() new argument 'config_file', Stream() new argument… #3984
Python API: Adios() new argument 'config_file', Stream() new argument… #3984
Conversation
33fa7b9
to
9791286
Compare
A rebase will fix the CI |
… 'io_name' that must go together with 'config_file' Gray-Scott example's python scripts fixed to use the new Stream() object
4c3b723
to
165485b
Compare
Well, rebase with release_210 did not seem to fix the CI for this PR. Another PR based on master is now passing. |
There is a PR for release_210 that fixes this at #3992 |
I've done a rebase in the Github interface. Now that #3992 is merged, this should pass. |
ornladios#3984) * Python API: Adios() new argument 'config_file', Stream() new argument 'io_name' that must go together with 'config_file' Gray-Scott example's python scripts fixed to use the new Stream() object * Make 'comm' a named optional argument for Stream. --------- Co-authored-by: Greg Eisenhauer <eisen@cc.gatech.edu>
#3984) (#3999) * Python API: Adios() new argument 'config_file', Stream() new argument 'io_name' that must go together with 'config_file' Gray-Scott example's python scripts fixed to use the new Stream() object * Make 'comm' a named optional argument for Stream. --------- Co-authored-by: Greg Eisenhauer <eisen@cc.gatech.edu>
… 'io_name' that must go together with 'config_file'
Gray-Scott example's python scripts fixed to use the new Stream() object