Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arraycontext
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Andreas Klöckner
arraycontext
Commits
7da3a871
Commit
7da3a871
authored
3 years ago
by
Matthias Diener
Browse files
Options
Downloads
Patches
Plain Diff
fixes
parent
9a03ea11
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arraycontext/impl/pytato.py
+10
-1
10 additions, 1 deletion
arraycontext/impl/pytato.py
with
10 additions
and
1 deletion
arraycontext/impl/pytato.py
+
10
−
1
View file @
7da3a871
...
...
@@ -31,7 +31,8 @@ from arraycontext.fake_numpy import \
BaseFakeNumpyNamespace
,
BaseFakeNumpyLinalgNamespace
from
arraycontext.context
import
ArrayContext
import
numpy
as
np
from
typing
import
Any
,
Callable
,
Tuple
,
Union
from
typing
import
Any
,
Callable
,
Tuple
,
Union
,
Sequence
from
pytools.tag
import
Tag
from
numbers
import
Number
import
loopy
as
lp
...
...
@@ -368,5 +369,13 @@ class PytatoArrayContext(ArrayContext):
return
gridify
(
prg
)
def
tag
(
self
,
tags
:
Union
[
Sequence
[
Tag
],
Tag
],
array
):
# Sorry, not capable.
return
array
def
tag_axis
(
self
,
iaxis
,
tags
:
Union
[
Sequence
[
Tag
],
Tag
],
array
):
# Sorry, not capable.
return
array
# }}}
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