Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hog
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hyteg
hog
Commits
6e652f54
Commit
6e652f54
authored
1 year ago
by
Nils Kohl
Browse files
Options
Downloads
Patches
Plain Diff
Typing issue in generate_all_operators.py.
parent
327c0e78
No related branches found
No related tags found
1 merge request
!2
Vector operators
Pipeline
#66263
failed
1 year ago
Stage: test
Stage: integration
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
generate_all_operators.py
+1
-1
1 addition, 1 deletion
generate_all_operators.py
with
1 addition
and
1 deletion
generate_all_operators.py
+
1
−
1
View file @
6e652f54
...
@@ -605,7 +605,7 @@ def all_operators(
...
@@ -605,7 +605,7 @@ def all_operators(
for
c
in
[
0
,
1
,
2
]:
for
c
in
[
0
,
1
,
2
]:
# fmt: off
# fmt: off
div_geometries
=
geometries
div_geometries
=
list
(
geometries
)
if
c
==
2
:
if
c
==
2
:
div_geometries
=
three_d
div_geometries
=
three_d
ops
.
append
(
OperatorInfo
(
mapping
=
f
"
P2ToP1
"
,
name
=
f
"
Div_
{
c
}
"
,
trial_space
=
P1
,
test_space
=
P2
,
ops
.
append
(
OperatorInfo
(
mapping
=
f
"
P2ToP1
"
,
name
=
f
"
Div_
{
c
}
"
,
trial_space
=
P1
,
test_space
=
P2
,
...
...
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