From 7341b9830a1a9a9783c7d78ec17473df7f10be37 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 5 Nov 2020 05:39:45 +0100 Subject: [PATCH] h5py v 3.x handles strings differently --- python/damask/_result.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/damask/_result.py b/python/damask/_result.py index 3f4ca735c..66cc39785 100644 --- a/python/damask/_result.py +++ b/python/damask/_result.py @@ -21,6 +21,7 @@ from . import grid_filters from . import mechanics from . import util +h5py3 = h5py.__version__[0] == '3' class Result: """