Skip to content
Snippets Groups Projects
Commit 1e585eb8 authored by EXT Jean-Matthieu Etancelin's avatar EXT Jean-Matthieu Etancelin
Browse files

[skip-testing] fix box parameter in some examples

parent 04032f47
No related branches found
No related tags found
No related merge requests found
Pipeline #141615 passed
Subproject commit 5314be67c8feeb5eaaf9b59f180e4b8d2345f543
Subproject commit b99e5337296d7338b25ec0e047e47017f438b90d
......@@ -149,7 +149,7 @@ if __name__ == '__main__':
description=description,
default_dump_dir=default_dump_dir)
parser.set_defaults(box_start=(0.0,), box_length=(2*np.pi,),
parser.set_defaults(box_origin=(0.0,), box_length=(2*np.pi,),
tstart=0.0, tend=10.0, nb_iter=100,
dump_freq=5)
......
......@@ -199,7 +199,7 @@ if __name__ == '__main__':
default_dump_dir=default_dump_dir)
proc_tasks = tuple(TASK_A if _ == 0 else TASK_B for _ in range(mpi.COMM_WORLD.Get_size()))
parser.set_defaults(box_start=(0.0,), box_length=(2*np.pi,),
parser.set_defaults(box_origin=(0.0,), box_length=(2*np.pi,),
tstart=0.0, tend=10.0, nb_iter=1,
dump_freq=5, proc_tasks=proc_tasks)
parser.run(compute)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment