fcit
fcit copied to clipboard
TypeError: 'int' object is not callable
Line 37: np.random.seed(seed or int(time.time())) throws the error "TypeError: 'int' object is not callable". Consider replacing it with np.random.seed = seed or int(time.time()).