Closed EAly closed 1 year ago
@yahrMason would you please help with this error?
You've clobbered the np.random.seed
function with an integer:
np.random.seed= RANDOM_SEED
More specifically, you'd want to replace the line fonnesbeck noted with just np.random.seed(RANDOM_SEED)
Thanks, that solved the problem.
I get the following error when I attempt to run code 15.12 (the Pymc v4 version):
The code I'm running is:
Could you please help me with this error?