Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
D2O
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ift
D2O
Commits
e6869c6f
Commit
e6869c6f
authored
8 years ago
by
theos
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
d2o/distributed_data_object.py
+1
-0
1 addition, 0 deletions
d2o/distributed_data_object.py
d2o/version.py
+1
-1
1 addition, 1 deletion
d2o/version.py
with
2 additions
and
1 deletion
d2o/distributed_data_object.py
+
1
−
0
View file @
e6869c6f
...
...
@@ -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
):
...
...
This diff is collapsed.
Click to expand it.
d2o/version.py
+
1
−
1
View file @
e6869c6f
...
...
@@ -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
'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment