More timestep fixes

This commit is contained in:
Jaret Burkett
2023-11-28 10:34:08 -07:00
parent 792a5e37e2
commit c2a4b8e058
2 changed files with 21 additions and 2 deletions

View File

@@ -331,7 +331,7 @@ class SliderConfig:
print(f"Building slider targets")
for target in targets:
if target.shuffle:
target_permutations = get_slider_target_permutations(target, max_permutations=100)
target_permutations = get_slider_target_permutations(target, max_permutations=8)
self.targets = self.targets + target_permutations
else:
self.targets.append(target)