You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating a problem for algebra/expanding, this error may come up:
Traceback (most recent call last):
File "adoptGenerator.py", line 40, in <module>
main() # makes readme
File "/home/luke/src/mathgenerator/scripts/makeReadme.py", line 134, in main
write_subject_table(subject, wList)
File "/home/luke/src/mathgenerator/scripts/makeReadme.py", line 110, in write_subject_table
write_list.append(gen_to_row_string(item))
File "/home/luke/src/mathgenerator/scripts/makeReadme.py", line 58, in gen_to_row_string
prob, solu = myGen()
File "/home/luke/src/mathgenerator/mathgenerator/generator.py", line 26, in __call__
return self.func(*args, **kwargs)
File "/home/luke/src/mathgenerator/mathgenerator/funcs/algebra/expanding.py", line 37, in gen_func
elif p3[0] == "+":
IndexError: string index out of range
The text was updated successfully, but these errors were encountered:
Bug Description
When generating a problem for algebra/expanding, this error may come up:
The text was updated successfully, but these errors were encountered: