Skip to content
Snippets Groups Projects
Commit e6869c6f authored by theos's avatar theos
Browse files

hermitian attribute is now set correctly after abs(distributed_data_object).

parent 39440e74
No related branches found
No related tags found
No related merge requests found
......@@ -693,6 +693,7 @@ class distributed_data_object(object):
temp_d2o = self.copy_empty(dtype=new_dtype)
temp_d2o.set_local_data(data=self.get_local_data().__abs__(),
copy=False)
temp_d2o.hermitian = self.hermitian
return temp_d2o
def _builtin_helper(self, operator, other, inplace=False):
......
......@@ -20,4 +20,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__ = '1.0.4'
__version__ = '1.0.5'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment