Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SyConn
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
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
Philipp Schubert
SyConn
Commits
ff12a871
Commit
ff12a871
authored
5 years ago
by
mdraw
Browse files
Options
Downloads
Patches
Plain Diff
test_run: Adapt to k_utils force_overwrite change
parent
e2d36b66
Branches
bettersetup
No related tags found
No related merge requests found
Pipeline
#66541
failed
5 years ago
Stage: build
Stage: test
Stage: cleanup
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_run.py
+1
-2
1 addition, 2 deletions
tests/test_run.py
with
1 addition
and
2 deletions
tests/test_run.py
+
1
−
2
View file @
ff12a871
...
@@ -140,8 +140,7 @@ def test_full_run():
...
@@ -140,8 +140,7 @@ def test_full_run():
kd_asym
.
initialize_from_matrix
(
global_params
.
config
.
kd_asym_path
,
scale
,
kd_asym
.
initialize_from_matrix
(
global_params
.
config
.
kd_asym_path
,
scale
,
experiment_name
,
offset
=
offset
,
boundary
=
bd
,
experiment_name
,
offset
=
offset
,
boundary
=
bd
,
fast_downsampling
=
True
,
data_path
=
h5_dir
+
'
asym.h5
'
,
fast_downsampling
=
True
,
data_path
=
h5_dir
+
'
asym.h5
'
,
mags
=
[
1
,
2
],
hdf5_names
=
[
'
asym
'
],
mags
=
[
1
,
2
],
hdf5_names
=
[
'
asym
'
],
force_overwrite
=
True
)
force_overwrite
=
True
)
time_stamps
.
append
(
time
.
time
())
time_stamps
.
append
(
time
.
time
())
step_idents
.
append
(
'
Preparation
'
)
step_idents
.
append
(
'
Preparation
'
)
...
...
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