We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8c3aa commit 3cd7df7Copy full SHA for 3cd7df7
src/binding/python/openpmd_api/pipe/__main__.py
@@ -223,6 +223,9 @@ def run(self):
223
self.outconfig)
224
print("Opened input and output on rank {}.".format(self.comm.rank))
225
sys.stdout.flush()
226
+ # In Linear read mode, global attributes are only present after calling
227
+ # this method to access the first iteration
228
+ inseries.read_iterations()
229
self.__copy(inseries, outseries)
230
231
def __copy(self, src, dest, current_path="/data/"):
0 commit comments