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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
lbmpy
Commits
c3b645ba
Commit
c3b645ba
authored
Oct 24, 2021
by
Markus Holzer
Browse files
Options
Downloads
Patches
Plain Diff
Fix linter
parent
1a52e964
No related branches found
No related tags found
1 merge request
!100
Adaption to new API
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
lbmpy/advanced_streaming/communication.py
+0
-1
0 additions, 1 deletion
lbmpy/advanced_streaming/communication.py
lbmpy/advanced_streaming/indexing.py
+0
-1
0 additions, 1 deletion
lbmpy/advanced_streaming/indexing.py
with
0 additions
and
2 deletions
lbmpy/advanced_streaming/communication.py
+
0
−
1
View file @
c3b645ba
...
...
@@ -3,7 +3,6 @@ from pystencils import Field, Assignment
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
,
\
numeric_offsets
,
Timestep
,
get_timesteps
from
lbmpy.stencils
import
LBStencil
from
pystencils.datahandling
import
SerialDataHandling
from
pystencils.enums
import
Target
from
itertools
import
chain
...
...
This diff is collapsed.
Click to expand it.
lbmpy/advanced_streaming/indexing.py
+
0
−
1
View file @
c3b645ba
...
...
@@ -5,7 +5,6 @@ import pystencils as ps
from
pystencils.data_types
import
TypedSymbol
,
create_type
from
pystencils.backends.cbackend
import
CustomCodeNode
from
lbmpy.stencils
import
LBStencil
from
lbmpy.advanced_streaming.utility
import
get_accessor
,
inverse_dir_index
,
is_inplace
,
Timestep
from
itertools
import
product
...
...
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
sign in
to comment