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
Traceback (most recent call last):
File "/Users/***/Documents/GitHub/FJSP/PSO/PSO_third.py", line 160, in
clean_contents[i][j][0] = (1/clean_contents[i][j][0])/temp_sum
ZeroDivisionError: integer division or modulo by zero
The text was updated successfully, but these errors were encountered:
There may some problem with the "clean_contents", you can check this variable and the dataset imported. Although i have runned this code sucessfully in my computer, this is a tough version.
Traceback (most recent call last):
File "/Users/***/Documents/GitHub/FJSP/PSO/PSO_third.py", line 160, in
clean_contents[i][j][0] = (1/clean_contents[i][j][0])/temp_sum
ZeroDivisionError: integer division or modulo by zero
The text was updated successfully, but these errors were encountered: