Fix hdf5 write/read for coherent and mixed elastic

This commit is contained in:
Paul Romano 2022-07-21 16:09:49 -05:00
parent e8294d52a0
commit 0f03710e36
3 changed files with 26 additions and 13 deletions

View file

@ -544,7 +544,7 @@ class Combination(EqualityMixin):
self._operations = operations
class Sum(EqualityMixin):
class Sum(Function1D):
"""Sum of multiple functions.
This class allows you to create a callable object which represents the sum