Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils
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
Model registry
Operate
Environments
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
pycodegen
pystencils
Merge requests
!69
Small fixes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Small fixes
seitz/pystencils:small-fixes
into
master
Overview
0
Commits
3
Pipelines
2
Changes
1
Merged
Stephan Seitz
requested to merge
seitz/pystencils:small-fixes
into
master
5 years ago
Overview
0
Commits
3
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Viewing commit
9d258f76
Prev
Next
Show latest version
1 file
+
1
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
9d258f76
Autoformat in test_vectorization.py
· 9d258f76
Stephan Seitz
authored
5 years ago
pystencils_tests/test_vectorization.py
+
1
−
0
Options
@@ -46,6 +46,7 @@ def test_inplace_update():
@@ -46,6 +46,7 @@ def test_inplace_update():
kernel
(
f
=
arr
)
kernel
(
f
=
arr
)
np
.
testing
.
assert_equal
(
arr
,
2
)
np
.
testing
.
assert_equal
(
arr
,
2
)
def
test_vectorization_fixed_size
():
def
test_vectorization_fixed_size
():
configurations
=
[]
configurations
=
[]
# Fixed size - multiple of four
# Fixed size - multiple of four
Loading