Axel Huebl

Results 1411 comments of Axel Huebl

> I am working on a MR for Paraview that allows for an additional parameter in the *.pmd text file that gives a rescaling factor here: https://gitlab.kitware.com/paraview/paraview/-/merge_requests/6646 I do not...

Hi @jonasbjorklundsvensson, Thanks a lot for the report! Yes, this feature (diagnostics) is definitely something we had planned to add, too. We are currently a bit low in staff since...

@cemitch99 and I discussed the following near-term roadmap: - we will add support for the linear map output first, - then add support for higher-order maps (a bit more work,...

I am not sure why it sometimes turns on new version automatically and sometimes needs us to do it manually. Turned on for the latest releases now.

Our webhook already has ![image](https://github.com/ECP-WarpX/WarpX/assets/1353258/2132e17a-e9d1-4f52-9733-3dc0101c4dfe) Let's see if adding ![image](https://github.com/ECP-WarpX/WarpX/assets/1353258/c8736d0a-82cb-423b-ac89-713621a6c292) auto-enables the new versions on the next release.

Prerequisite: for reading, we currently cannot re-open `closed()` iterations yet #1606

Related to #1592 #1606

We tested compiles to WASM before with success #1199 #1201 and should target Pyodide for practical reasons (in-browser Python module execution). Shipping directly in Pyodide is complicated https://github.com/pyodide/pyodide/pull/2169 but PyPI...

Work-around is to use the traditional API: ```py series = io.Series(filename, io.Access_Type.read_only) # ... for k_i, i in series.iterations.items(): pass for k_i, i in series.iterations.items(): pass ```

@s-sajid-ali just checking: I remember you wrote the file with HDF5. When you wrote the file, did you use for iterations the groupBased encoding, the fileBased encoding?