Skip to content
Snippets Groups Projects
Commit 5fd72d64 authored by Andi Gerken's avatar Andi Gerken
Browse files

Fixed minibug

parent ef6c4ce8
No related branches found
No related tags found
1 merge request!43Improved switch detection
Pipeline #53830 passed
......@@ -231,6 +231,7 @@ def handle_file(file, args):
supress = []
all_switches = None
if not args.disable_fix_switches:
for run in range(20):
print("RUN ", run)
......@@ -258,7 +259,7 @@ def handle_file(file, args):
for f in range(n_fish):
iof.create_entity("fish", poses[:, f])
if all_switches is not None:
iof.attrs["switches"] = all_switches
# assert np.all(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment