Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NIFTy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ift
NIFTy
Commits
8e01fbd3
Commit
8e01fbd3
authored
Dec 01, 2017
by
Martin Reinecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove debug prints
parent
9d7fe771
Pipeline
#22445
passed with stage
in 4 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
nifty/operators/dof_projection_operator.py
nifty/operators/dof_projection_operator.py
+0
-2
No files found.
nifty/operators/dof_projection_operator.py
View file @
8e01fbd3
...
...
@@ -22,10 +22,8 @@ class DOFProjectionOperator(LinearOperator):
if
not
len
(
dofdex
.
domain
)
==
1
:
raise
ValueError
(
"dofdex must live on exactly one Space"
)
if
not
np
.
issubdtype
(
dofdex
.
dtype
,
np
.
integer
):
print
(
dofdex
.
dtype
.
type
,
np
.
integer
)
raise
TypeError
(
"dofdex must contain integer numbers"
)
if
partner
!=
dofdex
.
domain
[
0
]:
print
(
partner
,
dofdex
.
domain
[
0
])
raise
ValueError
(
"incorrect dofdex domain"
)
nbin
=
dofdex
.
max
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment