formatting, cleanup

This commit is contained in:
Andreas Koepf 2025-01-24 17:12:42 +01:00
parent 49ac56831f
commit 5c5d46b4bd
12 changed files with 189 additions and 376 deletions

View file

@ -50,7 +50,7 @@ class LCMDataset(ProceduralDataset):
result = reduce(lcm, numbers)
if result < calculate_product(numbers):
break
# Return the last generated numbers, whether they met the criteria or not
return numbers, result