You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
meshio.xdmf.TimeSeriesWriter writes the h5 file in the wrong location. Instead of writing it in the same folder as the xdmf it is written into the folder of the calling script.
The issue seems to be in time_series.py:265
instead of
meshio.xdmf.TimeSeriesWriter writes the h5 file in the wrong location. Instead of writing it in the same folder as the xdmf it is written into the folder of the calling script.
The issue seems to be in time_series.py:265
instead of
it should be something like
The text was updated successfully, but these errors were encountered: