Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nabu
Manage
Activity
Members
Labels
Plan
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
myron
nabu
Commits
8c4314bb
Commit
8c4314bb
authored
3 years ago
by
myron
Browse files
Options
Downloads
Patches
Plain Diff
corrected the weigth padding at the extremal slices
parent
b5aeec30
No related branches found
No related tags found
1 merge request
!2
simple helical pipeline
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nabu/pipeline/helical/helical_chunked_standard.py
+2
-2
2 additions, 2 deletions
nabu/pipeline/helical/helical_chunked_standard.py
with
2 additions
and
2 deletions
nabu/pipeline/helical/helical_chunked_standard.py
+
2
−
2
View file @
8c4314bb
...
...
@@ -1260,9 +1260,9 @@ def _fill_in_chunk_by_shift_crop_data( data_target,
data_target
[
target_upper_slicer
]
=
data_read_precisely_shifted
[
-
1
]
else
:
if
target_lower_slicer
is
not
None
:
data_target
[
target_lower_slicer
]
=
0
data_target
[
target_lower_slicer
]
=
1.0e-6
if
target_upper_slicer
is
not
None
:
data_target
[
target_upper_slicer
]
=
0
data_target
[
target_upper_slicer
]
=
1.0e-6
def
shift
(
arr
,
shift
,
fill_value
=
0.0
):
"""
trivial horizontal shift.
...
...
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