From e3d85e09c854d6b72d49a0ad41c96a498a806bbc Mon Sep 17 00:00:00 2001 From: Vitesh Shah Date: Mon, 27 Nov 2023 14:00:17 +0100 Subject: [PATCH] even with patched copy the class needs to called --- python/damask/_result.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/damask/_result.py b/python/damask/_result.py index 63d2a22f6..5b3c9101b 100644 --- a/python/damask/_result.py +++ b/python/damask/_result.py @@ -1976,6 +1976,7 @@ class Result: Directory to save DREAM3D files. Will be created if non-existent. """ + h5py_modified._hl.attrs.AttributeManager = AttributeManagerNullterm # 'Monkey patch' if self.N_constituents != 1 or not self.structured: raise TypeError('DREAM3D output requires structured grid with single constituent.')