open_complex takes a file-like object as well as a string. This is tested in tests/io/complex/test_remote.py. It is useful for open_phase_history to take a file-like object as well and the code change is minor and this PR adds it.
Without the test data I can't provide updates to the test coverage.
open_complex
takes a file-like object as well as a string. This is tested in tests/io/complex/test_remote.py. It is useful foropen_phase_history
to take a file-like object as well and the code change is minor and this PR adds it.Without the test data I can't provide updates to the test coverage.