Skip to content
Snippets Groups Projects
Commit ff12a871 authored by mdraw's avatar mdraw
Browse files

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
...@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment