Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonas Plewinski
pystencils
Commits
b816bb31
Commit
b816bb31
authored
Apr 23, 2018
by
Martin Bauer
Browse files
Moved blockiteration to datahandling
parent
a4179362
Changes
3
Hide whitespace changes
Inline
Side-by-side
parallel
/blockiteration.py
→
datahandling
/blockiteration.py
View file @
b816bb31
File moved
datahandling/serial_datahandling.py
View file @
b816bb31
...
...
@@ -4,7 +4,7 @@ import numpy as np
from
pystencils
import
Field
from
pystencils.datahandling.datahandling_interface
import
DataHandling
from
pystencils.field
import
layout_string_to_tuple
,
spatial_layout_string_to_tuple
,
create_numpy_array_with_layout
from
pystencils.
parallel
.blockiteration
import
SerialBlock
from
pystencils.
datahandling
.blockiteration
import
SerialBlock
from
pystencils.slicing
import
normalize_slice
,
remove_ghost_layers
from
pystencils.utils
import
DotDict
...
...
parallel/__init__.py
deleted
100644 → 0
View file @
a4179362
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment