Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lbmpy
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
lbmpy
Commits
99c3db9b
Commit
99c3db9b
authored
2 years ago
by
Markus Holzer
Browse files
Options
Downloads
Patches
Plain Diff
Fix linter
parent
468aef7a
No related branches found
No related tags found
1 merge request
!141
Regression comm
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lbmpy/advanced_streaming/communication.py
+2
-2
2 additions, 2 deletions
lbmpy/advanced_streaming/communication.py
with
2 additions
and
2 deletions
lbmpy/advanced_streaming/communication.py
+
2
−
2
View file @
99c3db9b
import
itertools
from
pystencils
import
CreateKernelConfig
,
Field
,
Assignment
,
AssignmentCollection
from
pystencils.slicing
import
shift_slice
,
get_slice_before_ghost_layer
,
normalize_slice
from
lbmpy.advanced_streaming.utility
import
is_inplace
,
get_accessor
,
numeric_index
,
Timestep
,
get_timesteps
,
numeric_offsets
from
lbmpy.advanced_streaming.utility
import
is_inplace
,
get_accessor
,
numeric_index
,
\
Timestep
,
get_timesteps
,
numeric_offsets
from
pystencils.datahandling
import
SerialDataHandling
from
pystencils.enums
import
Target
from
itertools
import
chain
...
...
@@ -229,4 +230,3 @@ def _trim_slice_in_direction(slices, direction):
result
.
append
(
slice
(
start
,
stop
,
s
.
step
))
return
tuple
(
result
)
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