I realized that if we use unknown options in `Dataset(..., options=...)` that this does not warn. We had a typo in WarpX for the "resizable" key that was silently ignored and then threw later on in resizing from the HDF5 layer.
I realized that if we use unknown options in
Dataset(..., options=...)that this does not warn.We had a typo in WarpX for the "resizable" key that was silently ignored and then threw later on in resizing from the HDF5 layer.